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=3953&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: 1762265596,
    nonceStr: 'e2P9SMuf3lwITYM8',
    signature: 'b476c976af2eb20b074d9a0545de76f3213c8cf7',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u906d\u9047\u8f66\u7978\u5fc3\u795e\u614c  \u4eba\u6c11\u533b\u9662\u6765\u5e2e\u5fd9","smalltext":" 1\u67086\u65e5\uff0c\u4eca\u5e7439\u5c81\u7684\u738b\u5973\u58eb\uff0c\u5728\u4e58\u8f66\u65f6\u4e0d\u614e\u906d\u9047\u8f66\u7978\uff0c\u5934\u9762\u90e8\u5916\u4f24\u540e\u5934\u75db\u5934\u6655\u4f34\u53e3\u9f3b\u51fa\u8840\u4e00\u5c0f\u65f6\uff0c\u7d27\u6025\u9001\u5230\u5e02\u4eba\u6c11\u533b\u9662\u533b\u9662\u8fdb\u884c\u6551\u6cbb\u3002\u7ecf\u521d\u6b65\u68c0\u67e5\uff0c\u6025\u8bca\u79d1\u4ee5\u9762\u9885\u9aa8\u591a\u5904\u9aa8\u6298\uff0c\u53e3\u5507\u8d2f\u901a\u4f24\u6536\u4f4f\u9662","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3953"};
      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 () { 
          }
      });
  });
}