﻿ //分享到人人网
 
   function renren(Link,Title)
   {
   if(Link=="")
   {
    Link=location.href;
   }
   if(Title=="")
   {
    Title=document.title;
   }
   return((function(s,d,e){if(/renren\.com/.test(d.location))return;var f='http://share.renren.com/share/buttonshare.do?link=',u=d.location,l=d.title,p=[e(Link),'&amp;title=',e(Title)].join('');function a(){if(!window.open([f,p].join(''),'xnshare',['toolbar=0,status=0,resizable=1,width=626,height=436,left=',(s.width-626)/2,',top=',(s.height-436)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();})(screen,document,encodeURIComponent));}
   
   //分享到开心网
   function kaixin(Link,Title,Content)
   {
    if(Link=="")
   {
    Link=location.href;
   }
   if(Title=="")
   {
    Title=document.title;
   }
   d=document;t=d.selection?(d.selection.type!='None'?d.selection.createRange().text:''):(d.getSelection?d.getSelection():'');return(kaixin=window.open('http://www.kaixin001.com/~repaste/repaste.php?&rurl='+escape(Link)+'&rtitle='+escape(Title)+'&rcontent='+escape(Content),'kaixin'));kaixin.focus();}
   
   //分享到qq书签
   function qqshuqian(Link,Title)
   {
     if(Link=="")
   {
    Link=location.href;
   }
   if(Title=="")
   {
    Title=document.title;
   }
    return window.open('http://shuqian.qq.com/post?from=3&title='+encodeURIComponent(Title)+'&uri='+encodeURIComponent(Link)+'&jumpback=2&noui=1','favit','width=930,height=470,left=50,top=50,toolbar=no,menubar=no,location=no,scrollbars=yes,status=yes,resizable=yes');
   }
   
   //分享到新浪微博
   function sinaweibo(Link,Title)
   {
   if(Link=="")
   {
    Link=location.href;
   }
   if(Title=="")
   {
    Title=document.title;
   }
   return window.open("http://v.t.sina.com.cn/share/share.php?url="+Link+"&title="+Title+"&content=utf-8&source=&sourceUrl=&pic=");
   }

//分享到百度搜藏
function baidusoucang(Link,Title,Content)
{
 if(Link=="")
   {
    Link=location.href;
   }
   if(Title=="")
   {
    Title=document.title;
   }
    return window.open("http://cang.baidu.com/do/add?it="+Title+"&iu="+Link+"&dc="+Content+"&fr=ien#nw=1");
}

//分享到谷歌书签
function googleshuqian(Link,Title)
{
 if(Link=="")
   {
    Link=location.href;
   }
   if(Title=="")
   {
    Title=document.title;
   }
    return window.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+Link+"&title="+Title);
}

//分享到豆瓣网
function douban(Link,Title)
{
 if(Link=="")
   {
    Link=location.href;
   }
   if(Title=="")
   {
    Title=document.title;
   }
return window.open("http://www.douban.com/recommend/?url="+Link+"&title="+Title+"&v=1");
}

//分享到搜狐白社会
function sohubaishehui(Link)
{
 if(Link=="")
   {
    Link=location.href;
   }
return window.open("http://bai.sohu.com/share/blank/addbutton.do?from=fengyin&link="+escape(Link));
}
 
//分享到qq空间（只有qq空间合作网站才能使用） 
// function qzoneshare(Link)
// {
// if(Link=="")
//   {
//    Link=location.href;
//   }
//   if(Title=="")
//   {
//    Title=document.title;
//   }
//    var str=encodeURIComponent(Link); 
//  return window.open("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+str);
// }

/*使用方法如下：

<a href="javascript:void(renren('http:www.datihu.com','大醍醐'))">分享到人人网</a>

*/
