$(window).load(function(){ 
	$('#loadme').fadeOut('slow',function(){$(this).remove();});
});



