document.write('<div id="img1" style="height:149px;left:78px;position:absolute;top:137px;width:70px; z-index:100000">');
document.write('<a href="../inve/" target="_blank">');
document.write('<img src="../images/invest.gif" border="0"></a></div>');
var xPos1 = 20;
var yPos1 = document.body.clientHeight;
var step1 = 1;
var delay1 = 20;
var height = 0;
var Hoffset1 = 0;
var Woffset1 = 0;
var yon1 = 0;
var xon1 = 0;
var pause1 = true;
var interval;

function changePos1(img1) {
img1.style.top = yPos1;
width = document.body.clientWidth;
height = document.body.clientHeight;
Hoffset1 = img1.offsetHeight;
Woffset1 = img1.offsetWidth;
img1.style.left = xPos1 + document.body.scrollLeft;
img1.style.top = yPos1 + document.body.scrollTop;
if (yon1) {
yPos1 = yPos1 + step1;
}
else {
yPos1 = yPos1 - step1;
}
if (yPos1 < 0) {
yon1 = 1;
yPos1 = 0;
}
if (yPos1 >= (height - Hoffset1)) {
yon1 = 0;
yPos1 = (height - Hoffset1);
}
if (xon1) {
xPos1 = xPos1 + step1;
}
else {
xPos1 = xPos1 - step1;
}
if (xPos1 < 0) {
xon1 = 1;
xPos1 = 0;
}
if (xPos1 >= (width - Woffset1)) {
xon1 = 0;
xPos1 = (width - Woffset1);
}
}
function www_helpor_net1(img1) {
img1.visibility = "visible";
interval = setInterval('changePos1(img1)', delay1);
}
www_helpor_net1(img1);
//For more,visit:www.helpor.net
-->
