document.writeln("<DIV id=ych style=\"POSITION: absolute\"><A href=\"..\/2008HK\/index.html\" target=_blank><IMG  src=\"images\/ad.jpg\" border=0><\/A> <\/DIV>");

var se2xPos = 80;
var se2yPos = document.body.clientHeight;
var se2step = 1;
var se2delay = 30;
var se2height = 0;
var se2Hoffset = 0;
var se2Woffset = 0;
var se2yon = 0;
var se2xon = 0;
var pause = true;
var interval;
ych.style.top = se2yPos;
function se2changePos() {
width = document.body.clientWidth;
se2height = document.body.clientHeight;
se2Hoffset = ych.offsetHeight;
se2Woffset = ych.offsetWidth;
ych.style.left = se2xPos + document.body.scrollLeft;
ych.style.top = se2yPos + document.body.scrollTop;
if (se2yon) {
se2yPos = se2yPos + se2step;
}
else {
se2yPos = se2yPos - se2step;
}
if (se2yPos < 0) {
se2yPos = 0;
}
if (se2yPos >= (se2height - se2Hoffset)) {
se2yon = 0;
se2yPos = (se2height - se2Hoffset);
}
if (se2xon) {
se2xPos = se2xPos + se2step;
}
else {
se2xPos = se2xPos - se2step;
}
if (se2xPos < 0) {
se2xon = 1;
se2xPos = 0;
}
if (se2xPos >= (width - se2Woffset)) {
se2xon = 0;
se2xPos = (width - se2Woffset);
}
}
function se2flow() {
ych.visibility = "visible";
interval = setInterval('se2changePos()', se2delay);
}
se2flow();

