function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
   var img =new Image(); 
   img.src='/e/extend/shareinfo/api/?act=leave&id=3994&classid=5&t=';	
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script); 
script.onload=function(){
  wx.config({
    debug: false,
    appId: 'wxad180590bbd7e222',
    timestamp: 1762248101,
    nonceStr: 'SQj4gnWw9SNKvOah',
    signature: '64630f17f79d797c9d1f0603100bc3d7af64e90c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\uff1a\u4f7f\u7528SBRT\u653e\u7597\u6280\u672f\u6210\u529f\u6551\u6cbb\u4e00\u4f8bICU\u63d2\u7ba1\u5e26\u673a\u6dcb\u5df4\u7ba1\u7624\u60a3\u8005","smalltext":"\u8fd1\u65e5\uff0c\u6211\u9662\u5934\u9888\u80bf\u7624\u79d1\u9648\u5ff5\u6c38\u6559\u6388\u56e2\u961f\u4f7f\u7528\u7acb\u4f53\u5b9a\u5411\u4f53\u90e8\u653e\u7597\u6280\u672f\uff08SBRT\u653e\u7597\u6280\u672f\uff09\u6210\u529f\u6551\u6cbb\u6211\u9662ICU\u4e00\u4f8b\u63d2\u7ba1\u5e26\u673a\u6dcb\u5df4\u7ba1\u7624\u60a3\u8005\u4f7f\u5176\u987a\u5229\u8131\u673a\u62d4\u7ba1\uff0c\u662f\u6211\u9662\u6709\u8bb0\u5f55\u7684\u9996\u4f8b\u5e26\u547c\u5438\u673a\u5b8c\u6210SBRT\u653e\u7597\u7684\u75c5\u4f8b\uff0c\u5728\u6211\u9662\u653e\u7597\u53ca\u7591\u96be\u75c5\u4f8b\u6551\u6cbb\u4e2d\u6709\u91cc\u7a0b\u7891\u610f\u4e49\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3994"};
      if(!WxShareInfo.url){
        WxShareInfo.url = window.location.href;
      }
      wx.onMenuShareTimeline({
          title: WxShareInfo.title, 
          link: WxShareInfo.url, 
          imgUrl: WxShareInfo.titlepic,
          success: function (e) { 
             BeautyToast('分享成功');
          },
          cancel: function () { 
          }
      });
      wx.onMenuShareAppMessage({
          title: WxShareInfo.title, 
          desc: WxShareInfo.smalltext,
          link: WxShareInfo.url, 
          imgUrl: WxShareInfo.titlepic, 
          type: '', 
          dataUrl: '', 
          success: function (e) { 
             BeautyToast('分享成功');
          },
          cancel: function () { 
          }
      });
      wx.onMenuShareQQ({
          title: WxShareInfo.title, 
          desc: WxShareInfo.smalltext, 
          link: WxShareInfo.url, 
          imgUrl: WxShareInfo.titlepic,
          success: function () { 
             BeautyToast('分享成功');
          },
          cancel: function () { 
          }
      });
  });
}