jQuery(document).ready(function(){


	// effectstuff
	jQuery("#me_image").hide();
	jQuery("#me_image").fadeIn(1000,function(){});

	// mailstuff
	jQuery("#encemail").attr("href", "m"+"ail"+"to"+":"+"seb"+"b"+"log"+"@"+"hot"+"mail."+"com");
	jQuery("#encemail").html("sebb"+"l"+"og"+"@"+"ho"+"t"+"mai"+"l"+"."+"com");

});
