// In this section we set up the content to be placed dynamically on the page.// Customize movie tags and alternate html content below.if (!useRedirect) {     if(hasRightVersion) {      var oeTags = '<script src="AC_RunActiveContent.js" type="text/javascript"></script>'    + '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'    + 'WIDTH="700" HEIGHT="195"'  // CHANGE TO MOVIE HT AND WD    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'    + '<PARAM NAME="MOVIE" VALUE="/ctbrownfields/assets/templates/26/images/ctbrownfields_welcome.swf">' //CHANGE TO YOUR MOVIE NAME    + '<PARAM NAME="PLAY" VALUE="true">'    + '<PARAM NAME="LOOP" VALUE="false">'    + '<PARAM NAME="QUALITY" VALUE="high">'    + '<PARAM NAME="MENU" VALUE="false">'    + '<PARAM NAME="WMODE" VALUE="transparent">'    + '<EMBED SRC="/ctbrownfields/assets/templates/26/images/welcome.swf"'  // CHANGE TO YOUR MOVIE NAME    + 'WIDTH="700" HEIGHT="195"'  // CHANGE TO MOVIE HT AND WD    + 'PLAY="true"'    + 'LOOP="false"'    + 'QUALITY="high"'	    + 'MENU="false"'    + 'WMODE="transparent"'    + 'TYPE="application/x-shockwave-flash"'    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'    + '<\/EMBED>'    + '<\/OBJECT>';    document.write(oeTags);     } else {      // CHANGE TO NAME OF NON FLASH GRAPHIC AND CHANGE HT AND WD    var alternateContent = '<IMG SRC="../assets/templates/26/images/welcome.jpg" WIDTH="700" HEIGHT="195">';    document.write(alternateContent);    }}