       var flashshowing = false;
         var alternateContent='';
         if (!useRedirect) {  
         if(hasRightVersion) { 
         flashshowing = true;
         var oeTags = '<EMBED SRC="actions.swf"'
         + 'WIDTH="760" HEIGHT="400"'
         + 'PLAY="true"'
         + 'LOOP="false"'
         + 'QUALITY="high"'
         + 'MENU="false"'
         + 'TYPE="application/x-shockwave-flash"'
         + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
         + '</EMBED>';

         document.write(oeTags);  // embed the flash movie
         } else { // flash is too old or we can't detect the plugin
         var alternateContent = ''
         flashshowing = true;
         document.write(alternateContent); // insert non-flash content
         } 
         }
         if(flashshowing  == false){
         var alternateContent = ''  
         document.write(alternate); // insert non-flash content
	}
        <!--  } -->
         //-->