document.write('<style type="text/css">#pageLoader {display: block; }</style>');

jQuery(window).load(function(){
	jQuery('#pageLoader').fadeOut('fast');
});