function ResumeError() {return true;}
(function(){document.domain='qq.com';var t=function(a){var th=this;th.body=document.body;th.title=a.title;th.width=a.width;th.height=a.height;th.src=a.src;th.layerbg;th.main;th.layerTitle;th.con;th.close;th.iframe;th.isDrag=false;th.isIE=document.all?true:false;th.getMX=function(e){return th.isIE?e.clientX+Math.max(document.body.scrollLeft,document.documentElement.scrollLeft):e.pageX};th.getMY=function(e){return th.isIE?e.clientY+Math.max(document.body.scrollTop,document.documentElement.scrollTop):e.pageY};th.setEvent=function(a){if(a.setCapture)a.setCapture();if(window.captureEvents)window.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP)};th.releaseEvent=function(a){if(a.releaseCapture)a.releaseCapture();if(window.releaseEvents)window.releaseEvents(Event.MOUSEMOVE|Event.MOUSEUP)};th.creatDom=function(o,parentNode){function applyStyles(el,styles){function setStyle(el,prop,value){if(!el||typeof value!="string")return;prop=prop?prop:"";value=value?value:"";el.style[prop]=value;return el};if(!styles)return;if(typeof styles=="string"){var re=/\s?([a-z\-]*)\:\s?([^;]*);?/gi,matches;while((matches=re.exec(styles))!=null){setStyle(el,matches[1],matches[2])}}else if(typeof styles=="object"){for(var style in styles){setStyle(el,style,styles[style])}}};var el=document.createElement(o.tag||'div'),useSet=el.setAttribute?true:false;for(var attr in o){if(attr=="tag"||attr=="children"||attr=="cn"||attr=="html"||attr=="style"||typeof o[attr]=="function")continue;if(attr=="cls"){el.className=o["cls"]}else{if(useSet)el.setAttribute(attr,o[attr]);else el[attr]=o[attr]}}if(o.html){el.innerHTML=o.html}applyStyles(el,o.style);if(parentNode){parentNode.appendChild(el)}return el};th.getObjPosition=function(obj){var a={};a.x=obj.offsetLeft,a.y=obj.offsetTop;while(obj=obj.offsetParent){a.x+=obj.offsetLeft;a.y+=obj.offsetTop}return a};th.getWindowSize=function(){var a={};if(window.self&&self.innerWidth){a.width=self.innerWidth;a.height=self.innerHeight;return a}if(document.documentElement&&document.documentElement.clientHeight){a.width=document.documentElement.clientWidth;a.height=document.documentElement.clientHeight;return a}a.width=document.body.clientWidth;a.height=document.body.clientHeight;return a};th.keyDownListener=function(e){e=e?e:window.event;if(e.keyCode==27){th.closePopup()}};th.keyDownAddListener=function(a){if(th.isIE){document.attachEvent("onkeydown",th.keyDownListener)}else{document.addEventListener("keydown",th.keyDownListener,false)}};th.keyDownRemoveListener=function(){if(th.isIE){document.detachEvent("onkeydown",th.keyDownListener)}else{document.removeEventListener("keydown",th.keyDownListener,false)}};th.createInfoWindow=function(a){th.layerbg=th.creatDom({cls:'share_layer'});th.main=th.creatDom({cls:'share_layer_main'});th.layerTitle=th.creatDom({cls:'share_layer_title'});var t3=th.creatDom({tag:'h3',html:th.title});th.close=th.creatDom({tag:'a',title:'关闭',cls:"del_fri",href:"javascript:void(0)",html:"X"});th.close.onmousedown=function(e){th.releaseEvent(th.layerTitle);th.closePopup()};th.layerTitle.appendChild(t3);th.layerTitle.appendChild(th.close);th.main.appendChild(th.layerTitle);th.con=th.creatDom({cls:'share_layer_cont'});th.iframe=th.creatDom({tag:'iframe'});th.iframe.setAttribute('frameBorder','0',0);th.iframe.setAttribute('marginheight','0');th.iframe.setAttribute('marginwidth','0');th.iframe.setAttribute('scrolling','no');th.iframe.style.width=th.width+'px';th.iframe.style.height=th.height+'px';th.iframe.style.display='block';th.con.appendChild(th.iframe);window.setTimeout(function(){th.iframe.setAttribute('src',th.src,0)},5);th.main.appendChild(th.con);var bg=th.creatDom({cls:'bg'});th.layerbg.appendChild(th.main);th.layerbg.appendChild(bg);th.body.appendChild(th.layerbg);th.floatPopup(a);th.dragPopup(th.layerTitle,th.layerbg)};th.floatPopup=function(a){var sLeft=document.body.scrollLeft||document.documentElement.scrollLeft;var sTop=document.body.scrollTop||document.documentElement.scrollTop;var wins={width:sLeft+th.getWindowSize().width,height:sTop+th.getWindowSize().height};var pos=th.getObjPosition(a);if((pos.y+th.height)>wins.height){pos.y=pos.y-a.offsetHeight-th.height-th.layerTitle.offsetHeight-30}else{pos.y=pos.y+a.offsetHeight+5}pos.x=pos.x-a.offsetWidth/2;th.layerbg.style.width=th.width+2+'px';th.layerbg.style.left=(wins.width-th.width)/2+'px';th.layerbg.style.top=pos.y+'px'};th.dragPopup=function(obj,con){obj.onmousedown=function(a){con.style.position="absolute";th.isDrag=true;var d=document;if(!a)a=window.event;x=a.layerX?a.layerX:a.offsetX;y=a.