var v____left_id = "missyou11";
var v____right_id = "missyou12";
suspendcode__12 = "<div id=\"" + v____left_id + "\" ";
suspendcode__12 += "style='left:0;position:absolute;TOP:190px;width:18px;height:220px;display:none;'>";
suspendcode__12 += "<a href='#' target='_blank'>";
suspendcode__12 += "</a></div>";
suspendcode__14 = "<div id=\"" + v____right_id + "\" ";
suspendcode__14 += "style='right:0;position:absolute;TOP:190px;width:90px;height:200px;'>";
suspendcode__14 += "<a href='#' target='_blank'>";
suspendcode__14 += " suspendcode__14 += "</a></div>";
lastScroll__Y = 0;
function heartBeat__0() {
var diff_Y;
if (document.documentElement && document.documentElement.scrollTop) {
diff_Y = document.documentElement.scrollTop;
}
else if (document.body) {
diff_Y = document.body.scrollTop;
}
else { /*Netscape stuff*/
}
percent__0 = 0.1 * (diff_Y - lastScroll__Y);
if (percent__0 > 0) {
percent__0 = Math.ceil(percent__0);
}
else percent__0 = Math.floor(percent__0);
document.getElementById(v____left_id).style.top = parseInt(document.getElementById(v____left_id).style.top) + percent__0 + "px";
document.getElementById(v____right_id).style.top = parseInt(document.getElementById(v____left_id).style.top) + percent__0 + "px";
lastScroll__Y = lastScroll__Y + percent__0;
}
document.write(suspendcode__12);
document.write(suspendcode__14);
window.setInterval("heartBeat__0()", 2);
You only need to modify the image address, link address, and div size of the code above.