			// PARAMS
			var params = {};
		    params.bgcolor = "#FFFFFF";
		    params.menu = "false";
		    params.scale = 'noScale';
		    params.wmode = "transparent";
		    params.allowfullscreen = "true";
		    params.allowScriptAccess = "always";
		    
		    // ATTRIBUTES
		    var attributes = {};
		    attributes.id = 'FlabellComponent';
		    attributes.name = 'FlabellComponent'
		    
		    // JAVASCRIPT VARS 
			// cache buster
			var cacheBuster = Date.parse(new Date());		    
		    
		    // stage dimensions
		    var stageW = 416;
			var stageH = 362; 
		    
		    /** FLASH VARS **/
		    var flashvars = {};
		    
		    // component dimensions inside the SWF file
		    flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			
			// path to files (can be "")
			flashvars.pathToFiles = "theme/banner/";
			
			// path to content XML
			flashvars.xmlPath = "xml/banner.xml"
		    
		    /** EMBED THE SWF**/        
            swfobject.embedSWF('theme/flash/preview.swf', 'FeaturedBanners', stageW, stageH, '9.0.45', 'theme/scripts/expressinstall.swf', flashvars, params, attributes);
           
 