// JavaScript Document
function radio_player(url) {
props=window.open(url, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=340, height=490, left = 200, top = 100');
props.focus();
}