// 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 = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'    + 'WIDTH="561" HEIGHT="168"'  // CHANGE TO MOVIE HT AND WD    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'    + '<PARAM NAME="MOVIE" VALUE="http://www.ct.gov/cct/assets/templates/20/homepage-animation.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="http://www.ct.gov/cct/assets/templates/20/homepage-animation.swf"'  // CHANGE TO YOUR MOVIE NAME    + 'WIDTH="561" HEIGHT="168"'  // 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="../lib/cct/homepage-noflash.jpg" WIDTH="561" HEIGHT="168">';    document.write(alternateContent);    }}
