function subLoadLive(){
var now = new Date() ;
if(now.getYear() > 2000){ y = now.getYear() } else{ y = now.getYear() +1900 }
var st_date = y * 10000 + (now.getMonth() + 1) * 100 + now.getDate();
var st_time = st_date * 10000 + now.getHours() * 100 + now.getMinutes() ;

document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS="sub_live">');
document.write('<TR><TD ALIGN=center><IMG BORDER=0 WIDTH=207 HEIGHT=20 SRC="/com_img/sub/tit_live.gif" ALT="生放送"></TD></TR>');
document.write('<TR><TD ALIGN=center><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS="sub_live_cts">');
subLiveLoadCts_ch1(st_time, st_date) ;
document.write('</TABLE></TD></TR>');
document.write('<TR><TD ALIGN=center><A HREF="/channel/1/index.html">生放送番組一覧はこちら！</A><BR><A HREF="javascript:openLiveWeek(1);">週間番組表はこちら！</A><BR><A HREF="javascript:openMailList();">各番組のメールはこちら！</A></TD></TR>');
document.write('<TR><TD COLSPAN=2 ALIGN=center><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
document.write('<TR><TD COLSPAN=2 ALIGN=center><A HREF="javascript:openLive(1,512);"><IMG BORDER=0 WIDTH=80 HEIGHT=40 SRC="/com_img/play_512_b2.gif"></A> <A HREF="javascript:openLive(1,56);"><IMG BORDER=0 WIDTH=80 HEIGHT=40 SRC="/com_img/play_56_b2.gif"></A></TD></TR>');
document.write('</TABLE>');

}
function subLiveLoadCts_ch1(key, dt){
var cnt = 1 ; 
if(key <= 201009091300){
document.write('<TR VALIGN=top><TD CLASS="time">17:45</TD><TD ALIGN=center CLASS="stat"><IMG BORDER=0 WIDTH=13 HEIGHT=13 SRC="/com_img/live/stat9.gif"></TD><TD CLASS="ti"><A HREF="/atto/ment/index.html">メンテナンス</A></TD></TR>');
document.write('<TR><TD COLSPAN=3 BACKGROUND="/com_img/bar_list5.gif"><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
if(cnt++ == 5){ return }
}
if(key <= 201009091745){
document.write('<TR VALIGN=top><TD CLASS="time">13:00</TD><TD ALIGN=center CLASS="stat"><IMG BORDER=0 WIDTH=13 HEIGHT=13 SRC="/com_img/live/stat1.gif"></TD><TD CLASS="ti"><A HREF="/variety/negai-thu/index.html">みんなの願いを叶えたい！　木曜</A></TD></TR>');
document.write('<TR><TD COLSPAN=3 BACKGROUND="/com_img/bar_list5.gif"><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
if(cnt++ == 5){ return }
}
if(key <= 201009101300){
document.write('<TR VALIGN=top><TD CLASS="time">17:45</TD><TD ALIGN=center CLASS="stat"><IMG BORDER=0 WIDTH=13 HEIGHT=13 SRC="/com_img/live/stat9.gif"></TD><TD CLASS="ti"><A HREF="/atto/ment/index.html">メンテナンス</A></TD></TR>');
document.write('<TR><TD COLSPAN=3 BACKGROUND="/com_img/bar_list5.gif"><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
if(cnt++ == 5){ return }
}
if(key <= 201009101745){
document.write('<TR VALIGN=top><TD CLASS="time">13:00</TD><TD ALIGN=center CLASS="stat"><IMG BORDER=0 WIDTH=13 HEIGHT=13 SRC="/com_img/live/stat1.gif"></TD><TD CLASS="ti"><A HREF="/variety/negai-fri/index.html">みんなの願いを叶えたい！　金曜</A></TD></TR>');
document.write('<TR><TD COLSPAN=3 BACKGROUND="/com_img/bar_list5.gif"><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
if(cnt++ == 5){ return }
}
if(key <= 201009101800){
document.write('<TR VALIGN=top><TD CLASS="time">17:45</TD><TD ALIGN=center CLASS="stat"><IMG BORDER=0 WIDTH=13 HEIGHT=13 SRC="/com_img/live/stat9.gif"></TD><TD CLASS="ti"><A HREF="/atto/ment/index.html">メンテナンス</A></TD></TR>');
document.write('<TR><TD COLSPAN=3 BACKGROUND="/com_img/bar_list5.gif"><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
if(cnt++ == 5){ return }
}
if(key <= 201009101845){
document.write('<TR VALIGN=top><TD CLASS="time">18:00</TD><TD ALIGN=center CLASS="stat"><IMG BORDER=0 WIDTH=13 HEIGHT=13 SRC="/com_img/live/stat1.gif"></TD><TD CLASS="ti"><A HREF="/variety/room375/index.html">小川美那子の「ROOM375」</A></TD></TR>');
document.write('<TR><TD COLSPAN=3 BACKGROUND="/com_img/bar_list5.gif"><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
if(cnt++ == 5){ return }
}
if(key <= 201009111300){
document.write('<TR VALIGN=top><TD CLASS="time">18:45</TD><TD ALIGN=center CLASS="stat"><IMG BORDER=0 WIDTH=13 HEIGHT=13 SRC="/com_img/live/stat9.gif"></TD><TD CLASS="ti"><A HREF="/atto/ment/index.html">メンテナンス</A></TD></TR>');
document.write('<TR><TD COLSPAN=3 BACKGROUND="/com_img/bar_list5.gif"><IMG BORDER=0 WIDTH=5 HEIGHT=5 SRC="/img/spc.gif" ALT=""><BR></TD></TR>');
if(cnt++ == 5){ return }
}

}

