<!--//
function request(songID,samhost,samport)
{
  // Super Alternative System Path - DO NOT COMMENT OUT OR REPLACE VALUES - If You do that, requesting will be broken-a-rama
    var path = "http://superalternative.net/superaltrequests/";
  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");
}
//--> 
