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