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=3892&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: 1762249387,
    nonceStr: 'LF6I6VvSWIR3dl56',
    signature: '68d8cb619ed2225e83dea078911bd50d5f792426',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u9762\u5bf9\u6bcf\u4e2a\u751f\u547d\u6211\u4eec\u90fd\u7edd\u4e0d\u8f7b\u8a00\u653e\u5f03","smalltext":"\u4ece\u63a5\u5230\u6c42\u6551\u7535\u8bdd\uff0c\u5230\u7ed9\u60a3\u8005\u5b9e\u65bdECPR\u4e0a\u673a\u6551\u6cbb\uff0c\u4ec5\u4ec5\u8017\u65f645\u5206\u949f\uff1b\u4ece\u51c6\u5907\u51fa\u53d1\uff0c\u5230\u628a\u60a3\u8005\u63a5\u56de\u533b\u9662\u5b8c\u6210\u624b\u672f\u5165\u4f4fICU\uff0c23\u540d\u533b\u62a4\u4eba\u5458\u8fde\u7eed\u5fd9\u788c\u4e866\u4e2a\u591a\u5c0f\u65f6\u2026\u2026\u65e5\u524d\uff0c\u6025\u8bca\u79d1ECMO\u56e2\u961f\u201c\u4e0a\u6f14\u201d\u4e86\u4e00\u573a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3892"};
      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 () { 
          }
      });
  });
}