var now,year,month,day,theday,hour,minute,second; now=new Date(); year=now.getYear(),month=now.getMonth(),day=now.getDate(),theday=now.getDay(); youbi=new Array("日","月","火","水","木","金","土"), theday=youbi[now.getDay()]; hour=now.getHours(),minute=now.getMinutes(),second=now.getSeconds(); document.write("