function addFav(){
window.external.addFavorite('http://www.ahhsjy.com','安徽霍山教育网')
}
function setHomePage(){
//var strHref=window.location.href;
shp.style.behavior='url(#default#homepage)';
shp.setHomePage('http://www.ahhsjy.com');
shp.style.behavior='安徽霍山教育网';
}

function thisdate(){
var today=new Date();
var strDate=(" "+today.getYear()+"年"+(today.getMonth()+1)+"月"+today.getDate()+"日");
var strMonth=(' 星期'+'日一二三四五六'.charAt (new Date().getDay()+''));
document.write("<font color='#FFFFFF'>"+strDate+strMonth+"</font>");
//setInterval("thistime.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt (new Date().getDay()+'');",1000);
//setInterval("thistime.innerHTML='今天是'+strDate+' 星期'+'日一二三四五六'.charAt (new Date().getDay()+'');",1000);
}

//防止垃圾邮件开始--
function usermail(){         
user = "webmaster";            
site = "asleep.cn";            
document.write('<a href=\"mailto:' + user + '@' + site + '\">');            
document.write('<font color=#505050>'+user + '@' + site + '</font>'+'</a>');            
}