function friendfeed() { var e=document.createElement('script'); e.setAttribute('type','text/javascript'); e.setAttribute('src','http://friendfeed.com/share/bookmarklet/javascript'); document.body.appendChild(e); }
function delicious() { window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=600,height=400'); return false; }
//function twitter() { window.open('http://twitter.com/home?status='+encodeURIComponent(' '+document.title)+encodeURIComponent(location.href),'twitter','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes'); return false; }
function twitter() { window.open('http://twitter.com/home?status='+encodeURIComponent(document.title)+'-'+encodeURIComponent(location.href),'twitter','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes'); return false; }
function douban() { window.open('http://9.douban.com/recommend/?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'&amp;v=2&amp;n=1','douban','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes'); return false; }
function facebook() { window.open('http://www.facebook.com/share.php?u='+encodeURIComponent(location.href)+'&amp;t='+encodeURIComponent(document.title),'Facebook','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes'); return false; }
function kaixin(desc) { window.open('http://www.kaixin001.com/~repaste/repaste.php?rtitle='+encodeURIComponent(document.title)+'&rurl='+encodeURIComponent(location.href)+'&rcontent='+encodeURIComponent(desc),'kaixin','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes'); return false; }
function renren() { window.open('http://share.renren.com/share/buttonshare.do?link='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),'renren','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes'); return false; }
function sina() { window.open('http://v.t.sina.com.cn/share/share.php?link='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title),'sina','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes'); return false; }
function copyurl() { var clipBoardContent="";clipBoardContent+=this.location.href;window.clipboardData.setData("Text",clipBoardContent);alert("复制成功，请粘贴到你的QQ/MSN上推荐给你的好友");}
function addme(url, label) {window.external.AddFavorite(window.location.href,document.getElementsByTagName('title')[0].innerText);}
//
