var k,i=0,t=$('title').text();var u=encodeURI(location.href);
var a={
	'QQ空间':'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url='+u+'&title='+t,
	'百度收藏':'http://cang.baidu.com/do/add?it='+t+'&iu='+u,
	'新浪微博':'http://v.t.sina.com.cn/share/share.php?title='+t+'&url='+u,
	'搜狐微博':'http://t.sohu.com/third/post.jsp?&url='+u+'&title='+t+'&content=utf-8',
	'网易微博':'http://t.163.com/article/user/checkLogin.do?info='+t+' '+u,
	'腾讯微博':'http://v.t.qq.com/share/share.php?title='+t+'&url='+u,
	'人人网':'http://share.renren.com/share/buttonshare.do?link='+u+'&title='+t,
	'开心网':'http://www.kaixin001.com/repaste/share.php?rtitle='+t+'&rurl='+u,
	'白社会':'http://bai.sohu.com/share/blank/add.do?link='+u,
	'淘江湖':'http://share.jianghu.taobao.com/share/addShare.htm?url='+u,
	'百度空间':'http://apps.hi.baidu.com/share/?url='+u+'&title='+t,
	'腾讯朋友':'http://pengyou.qq.com/index.php?mod=usershare&act=onekey&url='+u,
	'优士网':'http://www.ushi.cn/feedShare/feedShare!sharetomicroblog.jhtml?type=button&loginflag=share&title='+t+'&url='+u,
	'GMAIL':'https://mail.google.com/mail/?ui=1&view=cm&fs=1&tf=1&su='+u+'&body='+t
}
var s='<span style="display:table;">';
for(k in a){
	s+='<a title='+k+' href="'+a[k]+'" target="_blank" style="display:block;margin-left:5px;float:left;width:16px;height:16px;background:url(/images/bookmark.gif) no-repeat 0 -'+(16*i++)+'px"></a>';
}
s+='</span>';
document.write(s);

