
			// PARAMS			
			var params = {};
			params.bgcolor = "#ffffff";
			params.allowfullscreen = "true";
			params.allowScriptAccess = "always";
			params.scale = "noscale";
			params.wmode = "transparent";
			//params.wmode = "transparent"; // note if you use this line, there are issues in IE7 (Microsoft...)			
			
		    // ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'Flash';
		    attributes.name = 'Flash'				

		    // JAVASCRIPT VARS 
		    var cacheBuster = Date.parse(new Date());
		    // stage dimensions
			var stageW = 490;
			var stageH = 280;
			var controllerH = 110;
			
			// FLASH VARS
			var flashvars = {};
			
			// PATH TO FILES
			flashvars.pathToFiles = "";
			
			// PLAYER DIMENSIONS inside the SWF
			flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;	
			


			// EMBED CODE
			swfobject.embedSWF("home.swf?t="+cacheBuster, "Flash", stageW, stageH, "9.0.124", "scripts/expressInstall.swf", flashvars, params, attributes);

			