﻿﻿﻿function openradio(URL,w,h)
{
if(!w||w<282)w=300;
if(!h||h<230)h=240;
www=window.open( URL,'aodwpl','width='+w+',height='+h+',top=0,toolbar=no,personalbar=no,location=no,scrolling=no,directories=no,statusbar=no,menubar=no,status=no,resizable=no,left=50,screenX=50,top=50,screenY=50' );
}

document.write('<form style="display:inline;"><table cellpadding="0" ><tr><td align="center">'
+'<select name="radio" style="width:125;" class="fastSearch">'
+'<option value="http://www.stalker-base.com/radio/anekdot.htm">Юмор FM - Анекдот</option>' 


+'</select> <input class="playnow" type="button" name="play" value="Слушать" onclick="openradio(this.form.radio.options[this.form.radio.selectedIndex].value);return false;" style="font:bold 10pt verdana; color:#777777;background:#cdcdcd;border:1px solid #000000;margin-top:5px;"></td></tr></table></form>')

