			var flashvars = {};
			
			// set the url to the template xml file
			flashvars.configXML = "xml/config.xml";
			flashvars.swfURL = "qcreative.swf";
			
			var params = {};
			params.quality = "high";
			params.scale = "noscale";
			params.salign = "tl";
			params.wmode = "window";
			params.bgcolor = "#000000";
			params.devicefont = "false";
			params.allowfullscreen = "true";
			params.allowscriptaccess = "always";
			var attributes = {};
			attributes.id = "qCreative";
			attributes.name = "qCreative";
			
			// adjust the path to the main template swf here
			swfobject.embedSWF("master.swf", "alternativeFlashContent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
			swfmacmousewheel.registerObject(attributes.id);
