$(window).load(function(){
 	$('#preloader').fadeOut('normal',function(){$(this).remove();});
 	$('div.post').fadeIn('slow');
 });
