<!--
/*********************************************
* SCRIPT: Flash Image rotator 
*********************************************/
// JAVASCRIPT VARS
			// cache buster
  var cacheBuster = "?t=" + Date.parse(new Date());
  // stage dimensions		
  var stageW = "710";//"100%";
  var stageH = "500";//"100%";
  // ATTRIBUTES
  var attributes = {};
  attributes.id = 'ImageRotator';
  attributes.name = 'ImageRotator';
  // PARAMS
  var params = {};
  params.bgcolor = "#ffffff";
  params.menu = "false";
  params.scale = 'noScale';
  params.wmode = "opaque";
  params.allowfullscreen = "true";
  params.allowScriptAccess = "always";
  /* FLASH VARS */
  var flashvars = {};
  flashvars.componentWidth = stageW;
  flashvars.componentHeight = stageH;
  flashvars.pathToFiles = "banner/";
  // path to content XML
  flashvars.contentXMLPath = "xml/banner.xml";
  /** EMBED THE SWF**/
  swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params, attributes);
// -->
