var esBanner = {
    "path" 		  : "../_lib/flabell_rotator_1_0/preview.swf" + "?t=" + Date.parse(new Date()),
    "attributes" : {},
    "params" : {
       "bgcolor"            : "#ffffff",
       "menu"               : "false",
       "scale"              : "noScale",
       "wmode"              : "opaque",
       "allowfullscreen"    : "true",
       "allowScriptAccess"  : "always"
    },
    "flashvars" : {
       "pathToFiles"     : ""
    },
    "version"				: "9.0.124",
    "install"				: "../_lib/flabell_rotator_1_0/js/expressInstall.swf",
    "run"						: function(id,xml,width,height) {
    	this.flashvars.componentWidth  	= width;
    	this.flashvars.componentHeight 	= height;
    	this.flashvars.xmlPath 				= xml;
    	this.attributes.id 					= id;
    	swfobject.embedSWF(
      	this.path, 
      	id, 
      	width, 
      	height, 
      	this.version, 
      	this.install, 
      	this.flashvars, 
      	this.params, 
      	this.attributes
   	);
	}
};
