document.write("<div id=img style=position:absolute;z-index:255;DISPLAY:none;><a href=/html/2008/05/09110715312.htm target=_blank onFocus=this.blur()><img border=0 src='/tp/2008/06/14/right_ad.gif'  width=100 height=100></a></div>")
var pf=document.getElementById("img");
function ietruebody(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;}
var xPos = 20;
var yPos = ietruebody().clientHeight;
var step = 1;
var delay = 30; 
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
pf.style.top = yPos+ "px";
function changePos() {
width = ietruebody().clientWidth;
height = ietruebody().clientHeight;
Hoffset = pf.offsetHeight;
Woffset = pf.offsetWidth;
pf.style.left = parseInt(xPos + ietruebody().scrollLeft) + "px";
pf.style.top = parseInt(yPos + ietruebody().scrollTop) + "px";
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() {
pf.style.display = "";
pf.visibility = "visible";
interval = setInterval('changePos()', delay);}
start();
