var thesites= new Array()
thesites[0]="http://stream.mellesleg.fm:8080/listen.pls";
thesites[1]="http://stream.mellesleg.fm:8090/listen.pls";
var gosite="";
function geturl(thenum)
{
gosite=thesites[thenum];
}
function gothere()
{ 
if ((gosite==null) || (gosite==""))
alert("Jelölj ki valamit!"); 
else
window.location=gosite;
} 
