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