$(document).ready(function() {
	$("div.warning").fadeIn(2000).animate({opacity: 1.0}, 3000).fadeOut(1000, function() { $(this).remove(); } ); 
	$("#stage_content").fadeIn(900).animate({opacity: 1.0}, 2);
	$("#stage_content_wide").fadeIn(900).animate({opacity: 1.0}, 2);
});
