$(document).ready(function() {

	$("#fakediv").hide(1500, function() {
			$(".loading").fadeOut("slower", 0.00);
	});

});