
$(document).ready(function() {



var flashPath = rewriteUrlFix + "Assets/Specific/ArsenalTrainingDay/Flash/main.swf" + "#" + environmentPath + "first-eleven/enter";
		var flashvars = {
			swfPath: flashPath
			};
	var params = {
		menu: "false",
		wmode: "transparent",
		allowFullScreen: true
	};
	var attributes = {
//		id: "flash",
//		name: "flash"
	};
	var flashPath = rewriteUrlFix + "Assets/Specific/ArsenalTrainingDay/Flash/preloader.swf";
	swfobject.embedSWF(flashPath, "flash-insert", "924", "580", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
});
