// JScript File 
function request(songid)
{
$.fn.colorbox({ width: "70%", height: "70%", iframe: true, href: "/Reqs.aspx?songid="+songid });
}
/*
function request(songid)
{
    var samhost = "208.109.124.134";
 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");
}
*/
