
rcontent=document.getElementById("intro").innerHTML;
rcontent=encodeURIComponent(rcontent);
rtitle=document.getElementById("jsttl").innerHTML;
rtitle=encodeURIComponent(rtitle);
rurl=encodeURIComponent(document.location.href);

document.write('<span class="fav_ttl">分享到:</span>');
document.write('<a target="_blank" class="favtitle" href="http://v.t.sina.com.cn/share/share.php?title='+rtitle+'&url='+rurl+'&source=bookmark" title="新浪微博"><span class="fav_ico fav_tsina"></span></a>');
document.write('<a target="_blank" class="favtitle" href="http://cang.baidu.com/do/add?it='+rtitle+'&iu='+rurl+'&fr=ien#nw=1" title="百度搜藏"><span class="fav_ico fav_baidu"></span></a>');
document.write('<a target="_blank" class="favtitle" href="http://shuqian.qq.com/post?from=3&title='+rtitle+'&uri='+rurl+'&jumpback=2&noui=1" title="QQ书签"><span class="fav_ico fav_qq"></span></a>');
document.write('<a target="_blank" class="favtitle" href="http://www.douban.com/recommend/?url='+rurl+'&title='+rtitle+'&sel=&v=1" title="豆瓣"><span class="fav_ico fav_douban"></span></a>');
document.write('<a target="_blank" class="favtitle" href="http://share.renren.com/share/buttonshare.do?link='+rurl+'&title='+rtitle+'" title="人人网"><span class="fav_ico fav_renren"></span></a>');
document.write('<a target="_blank" class="favtitle" href="http://www.kaixin001.com/repaste/share.php?rtitle='+rtitle+'&rurl='+rurl+'&rcontent='+rcontent+'" title="开心网"><span class="fav_ico fav_kaixin001"></span></a>');

