if (!useRedirect) {  
  if(hasRightVersion) {  
    var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
    + 'width="761" height="30"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=7,0,0,0">'
    + '<param name="movie" value="http://www.sanjel.com/swf/quote7.swf" />'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="http://www.sanjel.com/swf/quote7.swf"'
    + 'width="761" height="30"'
    + '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>'
    + '</OBJECT>';

    document.write(oeTags);   
  } else {  
    
    var alternateContent = '<IMG SRC="http://www.sanjel.com/images/quote7.gif" HEIGHT="30" WIDTH="761"><br clear="all">';

    document.write(alternateContent);  
  }
}
