function addtoyahoo() {
d=document;
w=window;
mywebya=encodeURIComponent(d.location.href);
mywebyt=encodeURIComponent(d.title);
mywebyd=encodeURIComponent(w.getSelection?w.getSelection().toString():d.getSelection?d.getSelection():d.selection.createRange().text);
open('http://myweb.cn.yahoo.com/popadd.html?src=iebookmark&url='+mywebya+'&title='+mywebyt+'&summary='+mywebyd,'Yahoo','modal=1,status=1,scrollbars=1,toolbar=0,resizable=1,width=780,height=455,left='+(screen.width-730)/2+',top='+(screen.height-425)/2);
void(0);
}

function share(type,link,title,content){
    var itieba_share = 'http://tieba.baidu.com/i/sys/share?link=' + encodeURIComponent(link)
    +'&type=' + encodeURIComponent(type)
    +'&title=' + encodeURIComponent(title)
    +'&content=' + encodeURIComponent(content);
    if (!window.open(itieba_share, 'itieba', 'toolbar=0,resizable=1,scrollbars=yes,status=1,width=626,height=436')) 
    {
        location.href = itieba_share;
    }
}


function AddFavorite(sURL, sTitle)
{
    try
    {
        window.external.addFavorite(sURL, sTitle);
    }
    catch (e)
    {
        try
        {
            window.sidebar.addPanel(sTitle, sURL,'');
        }
        catch (e)
        {
            alert('加入收藏失败，请使用Ctrl+D进行添加');
        }
    }
}
