var delta=0.15 var collection; var objTimer; function floaters() { this.objTimer=0; this.items = []; this.addItem = function(id,x,y,content){ var str = ''; document.write(str); var newItem = {}; newItem.object = document.getElementById(id); newItem.x = x; newItem.y = y; this.items[this.items.length] = newItem; } this.play = function(){ collection = this.items objTimer=setInterval('play()',20); } this.unplay = function(){ this.items[0].object.style.display = 'none'; this.items[0].object.style.visibility='hidden'; clearInterval(objTimer); } this.replay = function(){ collection[i].object.style.display = 'block'; collection[i].object.style.visibility='visible'; objTimer=setInterval('play()',20); } } function play(){ for(var i=0;i0?1:-1)*Math.ceil(Math.abs(dx)); followObj.style.left=followObj.offsetLeft+dx+'px'; } if(followObj.offsetTop!=(scrollTop+followObj_y)) { var dy=(scrollTop+followObj_y-followObj.offsetTop)*delta; dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy)); followObj.style.top=followObj.offsetTop+dy+'px'; } followObj.style.display = 'block'; } for(var i=0;i=255){ len++; } } return len; }//function function p(){ } var vBrower = navigator.appName; var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i = 0; var stxto=''; var linkValue = 'http://union11.narrowad.com/proxy/NADChoose_Show.jsp?wid=4958&cid=9959&tc=CCCCCC&fc=333333&img=grey&kw='; var docSrc = ''; docSrc+=''; docSrc+=''; docSrc+=''; docSrc+='
'; docSrc+=''; docSrc+='
'; docSrc+=''; docSrc+=''; docSrc+=''; docSrc+='
窄告-定向发布
'; docSrc+='
'; var theX,theY; var theFloaters = new floaters(); if (window.innerWidth){ theX = 'window.innerWidth'; }else if (document.documentElement && document.documentElement.clientWidth){ theX = 'document.documentElement.clientWidth'; }else if (document.body){ theX = 'document.body.clientWidth'; } if (window.innerHeight){ theY = 'window.innerHeight'; }else if (document.documentElement && document.documentElement.clientHeight){ theY = 'document.documentElement.clientHeight'; }else if (document.body){ theY = 'document.body.clientHeight'; } theX = theX+'-200'; theY = theY+'-130'; theFloaters.addItem('nadEMeng',theX,theY,docSrc); theFloaters.play(); var nadFrmObj = document.getElementById('nadmouseframe'); var nadEMengObj = document.getElementById('nadEMeng'); function downit() { var stxt; if (vBrower =='Netscape') { stxt = window.getSelection().toString(); }else { stxt = document.selection.createRange().text; } var vKeLen = China_Eng_NUM(stxt); if(stxt!=''&& stxt!=stxto && vKeLen>1 && vKeLen<8) { nadFrmObj.src=linkValue+stxt; if (nadEMengObj.style.display=='none') { theFloaters.replay(); } } } document.onmouseup=downit;