﻿<!---
		today=new Date();
		var hours = today.getHours();
		var minutes = today.getMinutes();
		var seconds = today.getSeconds();
		var timeValue =  ((hours >12) ? hours -12 :hours); timeValue += ((minutes < 10) ? "<BLINK><FONT COLOR=black>:</FONT></BLINK>0" : "<BLINK><FONT COLOR=black>:</FONT></BLINK>") + minutes+"</FONT></FONT>";
		timeValue += (hours >= 12) ? "&nbsp;下午" : "&nbsp;上午";
		function initArray(){
		this.length=initArray.arguments.length
		for(var i=0;i<this.length;i++)
		this[i+1]=initArray.arguments[i]  }
		var d=new initArray("&nbsp;&nbsp;<font color=RED>星期日","&nbsp;&nbsp;<font color=black>星期一","&nbsp;&nbsp;<font color=black>星期二","&nbsp;&nbsp;<font color=black>星期三","&nbsp;&nbsp;<font color=black>星期四","&nbsp;&nbsp;<font color=black>星期五","&nbsp;&nbsp;<font color=red>星期六"); document.write("<font color=black>",today.getYear(),"-",today.getMonth()+1,"-",today.getDate(),d[today.getDay()+1],"&nbsp;&nbsp;",timeValue);  //-->
