$(document).ready(function() {
	var src = '/img/loading.gif';
	$("#myFlashContent").css('backgroundImage','url(' + src +')'); 
	$("p.fadeout").fadeIn().animate({opacity: '+=0'}, 3000).fadeTo("slow", 0);

});