$(window).load(function () {
		
		$('#loader2').fadeOut(2000, function () {
		$('#everything').fadeIn(500);
	});
});
