$(window).load(function() {
	$("#fadeout:not(.second-visit)").fadeOut(7000);
})

