home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 December / december_2001.iso / Skins / Winamp / Silver_Jeri_Ryan.wsz / WINAMPMB.TXT < prev    next >
Encoding:
Text File  |  2001-01-02  |  474 b   |  15 lines

  1. <html>
  2. <script>
  3. var browser_type=navigator.appName
  4. var browser_version=parseInt(navigator.appVersion)
  5. //if NS 4+
  6. if (browser_type=="Netscape"&&browser_version>=4)
  7. window.location.replace("http://www.jerilynn.com")
  8. //if IE 4+
  9. else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
  10. window.location.replace("http://www.jerilynn.com")
  11. //Default goto page (NOT NS 4+ and NOT IE 4+)
  12. else
  13. window.location="http://www.jerilynn.com"
  14. </script>
  15. </html>