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=5000&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: 1762233732,
    nonceStr: '2ZGR2jZCqubokH2J',
    signature: '1dfffdbd3d1a5da0af41e557e70733e0c65adf51',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u751f\u547d\u4e4b\u82b1  \u5728ICU\u75c5\u623f\u91cc\u91cd\u65b0\u7efd\u653e","smalltext":"\u6e05\u6668,\u6566\u5316\u5e02\u533b\u9662ICU\u91cc\u6b22\u58f0\u7b11\u8bed,\u9a71\u6563\u4e86\u6df1\u79cb\u7684\u5bd2\u610f,\u4e00\u4e2a\u6c14\u7ba1\u5207\u5f00\u768486\u5c81\u8001\u4eba\u6ee1\u8138\u7b11\u5bb9\u5730\u548c\u533b\u751f\u6325\u624b\u544a\u522b\u3002\u770b\u7740\u4ed6\u6148\u5584\u7684\u9762\u5e9e,\u8c01\u53c8\u80fd\u60f3\u5230\u5c31\u5728\u4e00\u4e2a\u6708\u524d,\u6b7b\u795e\u4e0e\u4ed6\u64e6\u80a9\u800c\u8fc7\u3002 \u8001\u4eba\u56e0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5000"};
      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 () { 
          }
      });
  });
}