<!--//
function request(songID,samhost,samport)
{
  // Commenting out ARs request proxy until it's fixed - 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");
 
  // K94's System Path - DO NOT COMMENT OUT OR REPLACE VALUES - If You do that, requesting will be broken-a-rama
    var path = "http://k94online.com/request-sys/";
  reqwin = window.open(path+'rp.php?songID='+songID+'&samport='+samport+'&samhost='+samhost, "FesterHeadIsCool", "location=no,status=no,menubar=no,scrollbars=no,resizeable=yes,height=300,width=756");
}
//--> 

