var linkurl = "http://www.ejol.com.cn/Doc.asp?DocID=257"; var floatimg = "/webfiles/2008_3/2008_3_14_11_3_20_94723.gif"; var floattitle = "08年上海市浦江人才计划申报"; var jsstr = "" + "
\n" document.writeln(jsstr); var flagX = 0; var flagY = 0; function FlowImg(){ var iOL = oImg.style.pixelLeft; var iBL = document.body.scrollLeft; var iOW = oImg.offsetWidth; var iBW = document.body.clientWidth - 1; var iOT = oImg.style.pixelTop; var iBT = document.body.scrollTop; var iOH = oImg.offsetHeight; var iBH = document.body.clientHeight; if( iOL >= iBL && iOL <= ( ( iBL + iBW ) - iOW ) && flagX == 0 ){ oImg.style.pixelLeft += 1; } else if( iOL > ( ( iBL + iBW ) - iOW ) && flagX == 0 ){ flagX = 1; oImg.style.pixelLeft = ( iBL + iBW ) - iOW; } else if( iOL < iBL && flagX == 0 ){ oImg.style.pixelLeft = iBL; } else if( iOL >= iBL && iOL <= ( ( iBL + iBW ) - iOW ) && flagX == 1 ){ oImg.style.pixelLeft -= 1; } else if( iOL > ( ( iBL + iBW ) - iOW ) && flagX == 1 ){ oImg.style.pixelLeft = ( iBL + iBW ) - iOW; } else if( iOL < iBL && flagX == 1 ){ oImg.style.pixelLeft = iBL; flagX = 0; } if( iOT >= iBT && iOT <= ( ( iBT + iBH ) - iOH ) && flagY == 0 ){ oImg.style.pixelTop += 1; } else if( iOT > ( ( iBT + iBH ) - iOH ) && flagY == 0 ){ flagY = 1; oImg.style.pixelTop = ( iBT + iBH ) - iOH; } else if( iOT < iBT && flagY == 0 ){ oImg.style.pixelTop = iBT; } else if( iOT >= iBT && iOT <= ( ( iBT + iBH ) - iOH ) && flagY == 1 ){ oImg.style.pixelTop -= 1; } else if( iOT > ( ( iBT + iBH ) - iOH ) && flagY == 1 ){ oImg.style.pixelTop = ( iBT + iBH ) - iOH; } else if( iOT < iBT && flagY == 1 ){ oImg.style.pixelTop = iBT; flagY = 0; } } oInterval = window.setInterval("FlowImg()",20);