$(document).ready(function(){

//$('#content1').hide();

//$('a').click(function(){
//$('#content1').show('slow');
//});

//pojawienie siê okna


    
    // Using multiple unit types within one animation.



	


	  
	  	$('#sylwester').hide();
	  	
	  	
	  	
	  	//$('#sylwester').show('slow');
	  		

	  	


                setTimeout
                (
                        function()
                        {
                                jQuery('#sylwester').show(3000);
                        },
                       100
                );
  


//zamkniêcie okienka
	$('a#close').click(function()
	{
		$('#sylwester').hide('slow');
	}
	)



});
