 //http://www.pcte.ch/
function surftoradio(form) {
var myindex = form.radiostationen.selectedIndex;
if ( form.radiostationen.options[myindex].value != "0" ) {
window.open(form.radiostationen.options[myindex].value, target="_none");
}
form.radiostationen.options[0].selected = true;
}
//-->

