    <!--//
    function request(songID,samhost,samport)
    {
      // Commenting out ARs request proxy - FesterHead 11-Apr-2007
      //var path = "http://www.audiorealm.com/req/";
      //reqwin = window.open(path+'req.html?songID='+songID+'&samport='+samport+'&samhost='+samhost, "_AR_request", "location=no,status=no,menubar=no,scrollbars=no,resizeable=yes,height=500,width=668");

      // Using FesterHead's request proxy - FesterHead 11-Apr-2007
      var path = "http://www.stangsgarage.com/requestproxy/";
      reqwin = window.open(path+'rp.php?songID='+songID+'&samport='+samport+'&samhost='+samhost, "StangIsCool", "location=no,status=no,menubar=no,scrollbars=no,resizeable=yes,height=500,width=668");
    }
    //-->