// JavaScript Document

function HotNews01(x){
keisaikikan=new Array();
keisaikikan=x.split(",");
ima=new Date();
keisaibi=ima.getTime();
nen=keisaikikan[0];
tuki=keisaikikan[1];
hi=keisaikikan[2];
hi++;
kikan=new Date(nen+'/'+tuki+'/'+hi).getTime();
if(keisaibi < kikan)
document.write('<span>詳細</span>');

document.write('<TABLE WIDTH=100 BORDER=0 CELLPADDING=3 CELLSPACING=0>');

document.write('<TR>');
document.write.getElementById("left_column");('<TD ALIGN="CENTER"><A HREF="http://blog.sideriver.com/inazuma09/" TARGET="_blank"><FONT SIZE="-2"><IMG BORDER="0" SRC="http://www.ei-publishing.co.jp/event_img/inazuma09.jpg" ALT="Discover Japan TRAVEL vol.2 名旅館&amp;一流ﾎﾃﾙの理由"><BR>');
document.write('</A></TD>');

document.write.getElementById("right_column")('<TD ALIGN="CENTER"><A HREF="http://blog.sideriver.com/inazuma09/" TARGET="_blank"><FONT SIZE="-2"><IMG BORDER="0" SRC="http://www.ei-publishing.co.jp/event_img/inazuma09.jpg" ALT="Discover Japan TRAVEL vol.2 名旅館&amp;一流ﾎﾃﾙの理由"><BR>');
document.write('今年も開催します！</FONT></A></TD>');

document.write('</TR>');
document.write('</TABLE>');

} 