

$(document).ready(function (){
		/*$("#page").css("display","none");
		$("#page").fadeOut(); 
		$(this).oneTime(200, function() {
			//$("#page").css("visibility","visible");
			$("#page").fadeIn("slow");
 
		})
		$('a').click(function(e) {	$("#page").fadeOut(); });*/
		//alert("LIMO");
		//$("#headerimg").html("");
		//$("#headerimg h1").css("position", "absolute");
		//$("#headerimg h1").css("top", "-2000em");
		//position:absolute; top:-2000em; 
		$("#headerimg .description").css("position", "absolute");
		$("#headerimg .description").css("top", "-2000em"); 
		//$("#header").click(function(){ location.href="./"; }); 
		$("h1 a").html('<img src="/limobebeblog/wp-content/themes/limoblog/logo.gif" alt=" " />');

		 



	});

		
