/**
 * Listen Live Popup
 */
function openFM() {
var newwin;
newwin  = window.open ('http://listen.wfrn.com/fm1047/','playFM',"height=200,width=475,directories=no,location=no,menubar=0,resizable=yes,scrollbars=no,status=no,toolbar=no,left="+(screen.width - 245)+",top=0,screenX="+(screen.width - 245)+",screenY=0"); }
function openFR() {
var newwin;
newwin  = window.open ('http://listen.wfrn.com/fm937/','playFR',"height=200,width=475,directories=no,location=no,menubar=0,resizable=yes,scrollbars=no,status=no,toolbar=no,left="+(screen.width - 245)+",top=0,screenX="+(screen.width - 245)+",screenY=0"); }

