			// PARAMS
			var params = {};
		    params.bgcolor = "#FFFFFF";
		    params.menu = "false";
		    params.scale = 'noScale';
		    params.wmode = "opaque";
		    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 = 659;
			var stageH = 220; 
		    
		    /** FLASH VARS **/
		 var flashvars = {};
		    
		    // component dimensions inside the SWF file
		 flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			
			// path to files (can be "")
			flashvars.pathToFiles = "images/";
			
			// path to content XML
			flashvars.xmlPath = "xml/banner.xml"
		    
		 /** EMBED THE SWF**/        
   swfobject.embedSWF('images/flash/preview.swf', 'FlabellComponent', stageW, stageH, '9.0.45', 'images/flash/expressinstall.swf', flashvars, params, attributes);
