function openNowonair(){
x=(screen.width -400);
wo=window.open("http://www.j-wave.co.jp/alladdin/index.htm","nowonair","width=377,height=176,left="+ x +",top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,favorites=no,resizable=no");
wo.focus();
}

