try { var SimpleShare = function(t) { function e(t) { return t = t.replace("{url}", n), t = t.replace("{title}", i), t = t.replace("{content}", o), t = t.replace("{pic}", c) } t = t || {}; var n = t.url || window.location.href, i = t.title || document.title, o = t.content || "", c = t.pic || ""; n = encodeURIComponent(n), i = encodeURIComponent(i), o = encodeURIComponent(o), c = encodeURIComponent(c); var r = "http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url={url}&title={title}&pics={pic}&summary={content}", p = "http://service.weibo.com/share/share.htmp?url={url}&title={title}&pic={pic}&searchPic=false", u = "http://widget.renren.com/dialog/share?resourceUrl={url}&srcUrl={url}&title={title}&description={content}", d = "http://www.gov.cn/zgzfw/sharepage/index.html?url={url}", m = "http://connect.qq.com/widget/shareqq/index.html?url={url}&desc={title}&pics={pic}"; this.qzone = function() { window.open(e(r)) }, this.weibo = function() { window.open(e(p)) }, this.renren = function() { window.open(e(u)) }, this.qq = function() { window.open(e(m)) }, this.weixin = function(t) { t ? t(e(d)) : window.open(e(d)) } }; } catch(e) {}