IncludeJavaScript("scripts/jquery.flash.js"); // Flash

// Funcões
$(window).load(function(){
	
	// Flash home
	$("#flash").flash({
	    src: "swf/index.swf",
	    width: '100%',
	    height: '933',
		wmode: "transparent",
		expressInstall: true
	});
});
