function playradio(f) {
	temp ="http://www.shoutcast.com/sbin/shoutcast-playlist.pls?";
	temp +="rn="+f.path.options[f.path.selectedIndex].value;
    //window.location=temp;
	remote=window.open(temp,"Radio","width=10,height=10,status=No");
	document.radio.focus();
		
    }

