// JScript File 
function request(songid)
{
 reqwin = window.open("/Reqs.aspx?songid="+songid, "_AR_request", "location=no,status=no,menubar=no,scrollbars=no,resizeable=yes,height=420,width=668");
}
/*
function request(songid)
{
 var samhost = "sam.toonradio.net";
 var samport = "1221";
 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=350,width=550");
}
*/