$(document).ready(function(){
	$("#content").css("display", "none");
	$("body").css("background", "none");
	$("body").prepend("<div id='background'></div>");
	$("#background").width($("#wrap").width()).height($("#wrap").height());
	$('#background').flash({
		src: webroot+'swf/home.swf',
		wmode: "transparent",
		allowscale: "true",
		width: "100%",
		height: '100%',
		quality: 'high',
		scale: 'noborder',
		salign: 'lt'
	});
});
