<!--// 
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"); 
  
  // Using FesterHead's no-frills request proxy - FesterHead 11-Apr-2007 
  var path = "http://www.festerhead.com/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=500,width=668"); 
} 
//--> 
