<! -- Put the followingCodeAdd to <body> region -->
<Div id = "IMG" style = "position: absolute; left: 27px; top: 1115px">
<A href = "http://www.webjx.com" target = "_ blank"> </> </div>
<Script language = "JavaScript">
<! -- Begin
VaR xpos = 20;
VaR ypos = Document. Body. clientheight;
VaR step = 1;
VaR delay = 10;
VaR Height = 0;
VaR hoffset = 0;
VaR woffset = 0;
VaR yon = 0;
VaR Xon = 0;
VaR pause = true;
VaR interval;
IMG. style. Top = ypos;
Function changepos (){
Width = Document. Body. clientwidth;
Height = Document. Body. clientheight;
Hoffset = IMG. offsetheight;
Woffset = IMG. offsetwidth;
IMG. style. Left = xpos + document. Body. scrollleft;
IMG. style. Top = ypos + document. Body. scrolltop;
If (yon ){
Ypos = ypos + step;
}
Else {
Ypos = ypos-step;
}
If (ypos <0 ){
Yon = 1;
Ypos = 0;
}
If (ypos> = (height-hoffset )){
Yon = 0;
Ypos = (height-hoffset );
}
If (Xon ){
Xpos = xpos + step;
}
Else {
Xpos = xpos-step;
}
If (xpos <0 ){
Xon = 1;
Xpos = 0;
}
If (xpos> = (width-woffset )){
Xon = 0;
Xpos = (width-woffset );
}
}
Function start (){
IMG. Visibility = "visible ";
Interval = setinterval ('changepos () ', delay );
}
Start ();
// End -->
</SCRIPT>