﻿
var hr_st_t = encodeURIComponent(document.title);
var hr_st_l = encodeURIComponent(location);

document.write('<a href="/" onclick="tb.Share(this);return false;"><img alt="复制网址" src="http://hr.htmres.com/st/copy.gif" /></a>');
document.write('&nbsp;<a href="/" onclick="tb.Fav(this);return false;"><img alt="收藏夹" src="http://hr.htmres.com/st/fav.gif" /></a>');
dpShareTo('QQ空间','qzone','http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=[l]');
dpShareTo('百度搜藏','baidu','http://cang.baidu.com/do/add?it=[t]&iu=[l]&fr=ien#nw=1');
dpShareTo('新浪微博','tsina','http://v.t.sina.com.cn/share/share.php?title=[t]&url=[l]&source=bookmark&appkey=2992571369');
dpShareTo('人人网','renren','http://share.renren.com/share/buttonshare.do?link=[l]&title=[t]');
dpShareTo('开心网','kaixin001','http://www.kaixin001.com/repaste/share.php?rtitle=[t]&rurl=[l]&rcontent=[t]+[l]');
dpShareTo('搜狐白社会','bai','http://bai.sohu.com/share/blank/add.do?link=[l]');
dpShareTo('谷歌Buzz','buzz','http://www.google.com/buzz/post?url=[l]');
dpShareTo('51社区','51','http://share.51.com/share/share.php?type=8&title=[t]&vaddr=[l]');
//dpShareTo('139说客','139','http://www.139.com/share/share.php?source=dingping.com&title=[t]&url=[l]');
dpShareTo('淘江湖','taobao','http://share.jianghu.taobao.com/share/addShare.htm?url=[l]');
//dpShareTo('中金微博','cnfol','http://t.cnfol.com/share.php?url=[l]&title=[t]');
dpShareTo('豆瓣','douban','http://www.douban.com/recommend/?url=[l]&title=[t]');
dpShareTo('Gmail','gmail','https://mail.google.com/mail/?ui=2&view=cm&fs=1&tf=1&su=[t]&body=[l]%20%20%20[t]&zx=19col4emn0ksj&shva=1');
dpShareTo('Hotmail','hotmail','http://mail.live.com/?rru=compose%3Fsubject%3D[t]%26body%3D[l]%20%20%20[t]');
dpShareTo('百度空间','hi','http://apps.hi.baidu.com/share/?url=[l]&title=[t]');
dpShareTo('Google','google','http://www.google.com/bookmarks/mark?op=add&bkmk=[l]&title=[t]');
dpShareTo('QQ书签','qq','http://shuqian.qq.com/post?from=3&title=[t]&uri=[l]&jumpback=2&noui=1');
dpShareTo('新浪收藏','sina','http://vivi.sina.com.cn/collect/icollect.php?title=[t]&url=[l]&tag=&desc=');
dpShareTo('Live收藏','live','http://favorites.live.com/quickadd.aspx?url=[l]&title=[t]');
dpShareTo('Yahoo收藏','yahoo','http://myweb.cn.yahoo.com/popadd.html?url=[l]&title=[t]');
dpShareTo('嘀咕','digu','http://www.diguff.com/diguShare/fireFox_login.jsp?&title2=[t]&url2=[l]');
dpShareTo('抓虾','zhuaxia','http://www.zhuaxia.com/add_channel.php?url=[l]');
dpShareTo('鲜果','xianguo','http://www.xianguo.com/subscribe.php?url=[l]');
dpShareTo('做啥','zuosa','http://zuosa.com/collect/Collect.aspx?t=[t]&u=[l]');
dpShareTo('人间','renjian','http://www.renjian.com/outside/share_link.xhtml?link=[l]&source=dingping.com');
//dpShareTo('','','');
//dpShareTo('','','');

function dpShareTo(c,e,u){
	u = u.replace('[t]',hr_st_t);
	u = u.replace('[l]',hr_st_l);
	document.write('&nbsp;<a href="/" onclick="window.open(\''+u+'\',\'\');return false;"><img alt="'+c+'" src="http://hr.htmres.com/st/'+e+'.gif" /></a>');
}

