function SetHomePage(){
if (document.all) {
        document.body.style.behavior='url(#default#homepage)';
        document.body.setHomePage('http://www.520nike.com');
}
}
function addFavorite(){
window.external.addFavorite('http://www.520nike.com','中国520NIKE运动鞋批发网');
}