var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) { 
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="770" height="100"><param name="movie" value="/common/eliteweb.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#eeeeee" /><embed src="/common/eliteweb.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="100" /><param name="allowScriptAccess" value="sameDomain" /></embed></object>';
    document.write(oeTags);
  } else { 
    var alternateContent = '<table width="770" border="0" cellpadding="0" cellspacing="0"><tr><td width="40" height="80" class="ew01"></td><td width="54"><a href="http://www.eliteweb.cc"><img src="/common/EW02.jpg" width="54" height="80" border="0"></a></td><td width="25" class="ew03"></td><td width="63"><a href="http://business.eliteweb.cc"><img src="/common/EW04.jpg" width="63" height="80" border="0"></a></td><td width="32" class="ew05"></td><td width="50"><a href="http://news.eliteweb.cc"><img src="/common/EW06.jpg" width="50" height="80" border="0"></a></td><td width="241"><a href="http://www.eliteweb.cc"><img src="/common/EW07.jpg" alt="Eliteweb.cc" width="241" height="80" border="0"></a></td><td width="50"><a href="http://email.eliteweb.cc"><img src="/common/EW08.jpg" width="50" height="80" border="0"></a></td><td width="38" class="ew09"></td><td width="50"><a href="http://clubs.eliteweb.cc"><img src="/common/EW10.jpg" width="50" height="80" border="0"></a></td><td width="21" class="ew11"></td><td width="81"><a href="http://my.eliteweb.cc"><img src="/common/EW12.jpg" width="81" height="80" border="0"></a></td><td width="25" class="ew13"></td></tr><tr><td height="20" colspan="6" class="ew14"></td><td align="center" class="ew14"><img src="/common/EW15.jpg" width="203" height="20"></td><td colspan="6" class="ew14"></td></tr></table>';
    document.write(alternateContent);
  }
