			var flashvars = {};
			var params = {
				bgcolor: "transparent", 
				quality: "high", 
				wmode: "transparent", 
				allowScriptAccess: "sameDomain", 
				allowFullScreen: "false",
				play: "true",
				loop: "true",
				menu: "true",
				scale: "showall"
			};
			var attributes = {
				id: "loader",
				name: "loader",
				align: "middle"
			};
			
			function setSwfObject() {
				// var num = Math.floor(Math.random() * 7);
				swfobject.embedSWF("swf/loader.swf", "flashContent", "914", "471", "8.0.0", "swf/expressinstall.swf", flashvars, params, attributes);
			}
