var today = new Date();
var day;
if(today.getDay()==0) day = "星期日";
if(today.getDay()==1) day = "星期一";
if(today.getDay()==2) day = "星期二";
if(today.getDay()==3) day = "星期三";
if(today.getDay()==4) day = "星期四";
if(today.getDay()==5) day = "星期五";
if(today.getDay()==6) day = "星期六";
document.write('
');
document.write('');
document.write('
');
document.write('');
document.write('');
document.write(' | ');
document.write('');
document.write('');
document.write(' ');
document.write(' |
');
document.write('');
document.write('
');
document.write('
');
function shoucang()
{
window.external.addFavorite('/index.html','科技信息网');
}
function sheshou(index)
{
index.style.behavior='url(#default#homepage)';index.setHomePage('http://www.kjxxb.com');
}