//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 + "&lang=spa" + "&user=145"; 
reqwin = window.open( path, "FesterHeadSongRequester", window_options ); 
}


