
<!------
now = new Date()
tm  = now.getHours()
if ( tm > 3 && tm < 5 )   bg="http://sugar-room.hp.infoseek.co.jp/images/humie_01bg.jpg"
if ( tm > 4 && tm < 6 )   bg="http://sugar-room.hp.infoseek.co.jp/images/humie_02bg.jpg"
if ( tm > 5 && tm < 7 )  bg="http://sugar-room.hp.infoseek.co.jp/images/humie_03bg.jpg"
if ( tm > 6 && tm < 9 ) bg="http://sugar-room.hp.infoseek.co.jp/images/humie_04bg.jpg"
if ( tm > 8 && tm < 12 ) bg="http://sugar-room.hp.infoseek.co.jp/images/humie_05bg.jpg"
if ( tm > 11 && tm < 15 ) bg="http://sugar-room.hp.infoseek.co.jp/images/humie_06bg.jpg"
if ( tm > 14 && tm < 18 ) bg="http://sugar-room.hp.infoseek.co.jp/images/humie_07bg.jpg"
if ( tm > 17 && tm < 21 ) bg="http://sugar-room.hp.infoseek.co.jp/images/humie_08bg.jpg"
if ( tm > 20 || tm < 4 )  bg="http://sugar-room.hp.infoseek.co.jp/images/humie_00bg.jpg"
document.write("<BODY BACKGROUND=" + bg + " BGPROPERTIES='fixed' + STYLE='background-repeat:no-repeat'>")
//------><BODY>