$(document).ready(function(){
	//Place Flash
	$('#flash').flash({
	    src: webroot + "swf/home.swf",
	    width: "1000px",
	    height: "359px",
	    wmode: "transparent"
	});
});

