function  addFav() 
{   //加入收藏夹   
	if  (document.all) 
	{   
		window.external.addFavorite('http://www.ybsw.com', '延边商务网');   
	}else   if  (window.sidebar) 
	{   
		window.sidebar.addPanel('延边商务网', 'http://www.ybsw.com',  "" );   
	}   
}  
 
function SetHome(obj)
{   //设置为首页。 
    try{   
        obj.style.behavior='url(#default#homepage)';   
        obj.setHomePage('http://www.ybsw.com');   
    }catch(e){   
        if(window.netscape)
		{   
            try{   
                netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");   
            }catch(e){   
                alert("抱歉,此操作被浏览器拒绝!");   
            };   
        }else{   
            alert("抱歉，您所使用的浏览器无法完成此操作。\n\n您需要手动将'http:ybsw.com/'设置为首页。");   
        };   
    };   
};   

