<!--// 
function request(songID,samhost,samport) 
{ 
  // Commenting out ARs request proxy until it's fixed - FesterHead 11-Apr-2007 
  //var path = "http://www.enterprise103.nl/requestproxy/"; 
  //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=350,width=550"); 
  
  // Using FesterHead's no-frills request proxy - FesterHead 11-Apr-2007 
  var path = "http://www.enterprise103.nl/requestproxy/"; 
  reqwin = window.open(path+'rp.php?songID='+songID+'&samport='+samport+'&samhost='+samhost, "FesterHeadIsCool", "location=no,status=no,menubar=no,scrollbars=no,resizeable=yes,height=350,width=550"); 
} 
//--> 