// JavaScript Document
function todaywin(){
var cw
cw = window.open("http://www.funky802.com/z/noat/","todayssong",'toolbar=no,location=no,scrollbars=yes,directories=no,width=620,height=600,left=0,top=0');
}

function opennoa() {
remoteWin = window.open("","noaToolbar",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=450,height=140');
if (remoteWin != null) {
//remoteWin.rootWin = self;
remoteWin.location = "/noa_win/";
//remoteWin.location = "http://www.funky802.com/z/noap/";
//remoteWin.location = "nowonair.html";
	}
}