																	
$(document).ready(function(){   
 	if (window.location.hostname!='author')
 	  {	  	  
	  $("#TemplateWebControl table table table tbody tr:nth-child(4) td").css('border-right','none'); //usuwanie podziałki	  
	  $("#TemplateWebControl table table:eq(4) tr:eq(2) td").css('display','none'); //chowam nagłówek		
	  
	  $("#_ctl0_Header1_TopNavigationMenu1").css('float','right'); 	  
	  //$("#TemplateWebControl table table TD:eq(3)").css('width','80px');
	  $("DIV#TemplateWebControl table table TD:eq(3)").css('width','50px');
	  
	  $("#im1").fadeIn(1000);
	  $("#im2").fadeIn(2000);
	  $("#im3").fadeIn(3000);	  
	  }
	    
  });  

