document.write('<DIV id=point1 style="POSITION: absolute; VISIBILITY: visible"> ');
document.write('  <TABLE cellSpacing=0 cellPadding=0 border=0>');
document.write('  <TBODY>');
document.write('  <TR>');
document.write('    <TD>');
document.write('		<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="93" height="90" id=ShockwaveFlash2>');
document.write('		  <param name="movie" value="/images/float.swf">');
document.write('		  <param name="quality" value="high">');
document.write('		  <embed src="/images/float.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="93" height="90">');
document.write('		  </embed>');
document.write('		</object>');    
document.write('      </TD>');
document.write('    </TR>');
document.write('  </TBODY> ');
document.write('  </TABLE>');
document.write('</DIV>');
var XX=150; 
var xstep=1;
var delay_time=30;

var YY=0;  
var ch=0;
var oh=0;
var yon=0;

var ns4=document.layers?1:0
var ie=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0

if(ie){
YY=0; //document.body.clientHeight;
point1.style.top=YY;
}
else if (ns4){
YY=window.innerHeight;
document.point1.pageY=YY;
document.point1.visibility="hidden";
}
else if (ns6){
YY=window.innerHeight
document.getElementById('point1').style.top=
YY

} function
reloc1()
{if(yon==0){YY=YY-xstep;}
else{YY=YY+xstep;}
if (ie){
ch=document.body.clientHeight;
oh=point1.offsetHeight;
}
else if (ns4){
ch=window.innerHeight;
oh=document.point1.clip.height;
}
else if (ns6){
ch=window.innerHeight
oh=
document.getElementById("point1").offsetHeight
		
}if(YY<0){yon=1;YY=
0;}if(YY>=(ch-oh)){yon=0;YY=(ch-oh);}
if(ie){
point1.style.left=XX;
point1.style.top=YY+document.body.scrollTop;
}
else if (ns4){
document.point1.pageX=XX;
document.point1.pageY=YY+window.pageYOffset;
}
else if (ns6){
document.getElementById("point1").style.left=XX
document.getElementById("point1").style.top=YY+window.pageYOffset
}

}

function onad()
{
if(ns4)
document.point1.visibility="visible";
loopfunc();
}
function loopfunc()
{
reloc1();
setTimeout('loopfunc()',delay_time);
}

if (ie||ns4||ns6)
window.onload=onad

