//Using FesterHead's Song Requester service
function request( songid, samhost, samport )
{
  var window_options = "location=no, status=no, menubar=no, scrollbars=no, resizeable=yes, height=500, width=668";
  var path = "http://www.songrequester.com/request.php?songid=" + songid + "&samport=" + samport + "&samhost=" + samhost;
  reqwin = window.open(path, "FesterHeadSongRequester", window_options );
}