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