$(document).ready(function() {
	$("#flash").html("").flash({
		src: webroot + "swf/home.swf",
		width: 940,
		height: 253,
		wmode: "transparent"
	});
});
