<!-- Script Language="JavaScript" Type="text/javascript" -->
  //
  // This function provides the EP intro sound track.
  //
  <!--
  stClock   = new Date()
  stMonth   = stClock.getMonth()
  stHours   = stClock.getHours()
  stSeconds = stClock.getSeconds()
  
  sndTrackSource = "sounds/"
  // sndTrackSource = "http://www.secureagent.com/ljwheeler/"
  // sndTrack       = "epIntro"
  sndTrack       = "epOpen"
    {
      document.write("<Embed Align='Center' Autoplay='True' Autostart='True' BGColor='Black' Controls='SmallConsole' Hidden='True'")
      document.write("       Height='0' Loop='False' Width='0'")
      document.write("       Src='" + sndTrackSource + sndTrack + ".wma'")
      document.write("       Volume='100'>")
    }
  //-->
<!-- /Script -->