			var stageW = 702;
			var stageH = 166;
			var cacheBuster = Date.parse(new Date());
			
			// ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'FlabellComponent';
		    attributes.name = attributes.id;
		    
			var flashvars = {};	
			var params = {};
			
			params.bgcolor = "#ffffff";
			params.wmode = "transparent"
			
			flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			
			flashvars.pathToFiles = "slider/";
			flashvars.settingsPath = "xml/slider.xml";
			
			swfobject.embedSWF("preview.swf?t="+cacheBuster, "FlabellComponent", stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params);
