﻿<!--
function PageDate()
{
	currentDate = new Date()
	with (currentDate)    
{		
	day=getDay()
	if (day==1){week='Monday'}
	if (day==2){week='Tuesday'}
	if (day==3){week='Wednesday'}
	if (day==4){week='Tuesday'}
	if (day==5){week='Friday'}
	if (day==6){week='Saturday'}
	if (day==0){week='Sunday'}    
	month1=getMonth()+1
	if (month1==1){month='January'}
	if (month1==2){month='Febuary'}
	if (month1==3){month='March'}
	if (month1==4){month='April'}
	if (month1==5){month='May'}
	if (month1==6){month='June'}
	if (month1==7){month='July'} 
 	if (month1==8){month='Auguest'}  
	if (month1==9){month='September'}  
	if (month1==10){month='October'}  	
	if (month1==11){month='November'}
 	if (month1==12){month='December'}
	this.document.write(week+','+getDate()+'&nbsp;'+month+'&nbsp;'+getFullYear())
	document.write('<br>')}
}
PageDate()

// -->/*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/