function djs()
{
var urodz= new Date("11/12/2006");//这里是时间（月份请用英文）
var now = new Date();
var ile = urodz.getTime() - now.getTime();
var dni = Math.floor(ile / (1000 * 60 * 60 * 24))+1;
document.write ("<BR><BR><BR>&nbsp;&nbsp;&nbsp;<FONT COLOR=red class=djs>&nbsp;<B>");
if (dni >= 1)
	document.write(dni)
else
	document.write("0");
document.write ("</B></FONT>&nbsp;");
}


function defaul_homepage()
{this.homepage.style.behavior='url(#default#homepage)';this.homepage.setHomePage('http://www.tsmc.edu.cn/wlfw/tsg/index.htm');}
function popwinw(pageurl) {
var pp
pp=window.open(pageurl,"pop","scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width=700,height=500,left=70,top=10");
return false;
}
function popwinwsmall(pageurl) {
var pp
pp=window.open(pageurl,"pop","scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width=300,height=350,left=70,top=10");
return false;
}