// JavaScript Document
          function killErrors() {
           return true;
           }
          window.onerror = killErrors;
		  
   function wtop()
 {
document.writeln("今天是:");
<!--
today = new Date();

if (today.getYear() <2000)
{
document.write(today.getYear()+1900);
}
else
{
}
document.write(today.getMonth()+1);
document.write('月');
document.write(today.getDate());
document.write('日，');

if (today.getDay()==0)
{
 document.write('星期日');
}
else if (today.getDay()==1)
{
 document.write('星期一');
}
else if (today.getDay()==2)
{
 document.write('星期二');
}
else if (today.getDay()==3)
{
 document.write('星期三');
}
else if (today.getDay()==4)
{
 document.write('星期四');
}
else if (today.getDay()==5)
{
 document.write('星期五');
}
else if (today.getDay()==6)
{
 document.write('星期六');
}
//-->

}
   function ad()
 {
document.writeln("<iframe src='/images/ad.htm' name='ad' width='160' marginwidth='0' height='600' marginheight='0' align='top' scrolling='no' frameborder='0'></iframe>");
}
   function tj()
 {
document.writeln('<script language="javascript" src="http://count46.51yes.com/click.aspx?id=460348455&logo=12"></script>');}