function clickMap(){var B=document.getElementsByTagName("a"),$=B.length;for(var C=0;C<$;C++)clickMapDo(B[C]);var A=document.getElementsByTagName("input"),_=A.length;for(C=0;C<_;C++)clickMapDo(A[C])}function clickMapDo(_){try{if(_.onclick)_.hiidoClick=_.onclick}catch($){}_.onclick=function(_){var _=_||window.event;mouse2log(_,this);try{if(this.hiidoClick)this.hiidoClick()}catch($){}return}}function getScrollXY(){var A=0,_=0;try{A+=window.document.body.scrollLeft;_+=window.document.body.scrollTop}catch($){}try{A+=window.document.documentElement.scrollLeft;_+=window.document.documentElement.scrollTop}catch($){}return{x:A,y:_}}function mouse2log(_,D){var B=getScrollXY(),F=B.x+_.clientX,E=B.y+_.clientY,A=String(window.location.href),C=new Image(1,1);C.src="http://click.dw.hiido.cn/c.gif?wid="+_hiido_mclick_id+"&x="+F+"&y="+E+"&p="+Math.ceil(window.screen.width);try{if(D.href.toLowerCase().substr(0,10)!="javascript"&&D.href.toLowerCase()!=A+"#")if(!D.target||D.target=="_self")D.target="_blank"}catch($){}}function getDomain(_){var A=/(\w+):\/\/([\w.]+)\/(\S*)/,$=_.match(A);if($!=null)return $[2];else return _}