		var cacheBuster = "?t=" + Date.parse(new Date());		
		var stageW = 660;//"100%";
		var stageH = 300;//"100%";
	    var attributes = {};
	    attributes.id = 'slideShow';
	    attributes.name = attributes.id;
		var params = {};
		params.bgcolor = "#ffffff";
		var flashvars = {};					
		flashvars.componentWidth = stageW;
		flashvars.componentHeight = stageH;
		flashvars.pathToFiles = location.protocol + '//' + location.host + "/images/slideshow/banner/";
		flashvars.xmlPath = "xml/banner.xml";
		swfobject.embedSWF( location.protocol + '//' + location.host + "/images/slideshow/preview.swf" + cacheBuster, attributes.id, stageW, stageH, "9.0.124", location.protocol + '//' + location.host + "/images/slideshow/js/expressInstall.swf", flashvars, params);

