document.write(''); setTimeout("document.getElementById('1st_banner').style.display = 'none';",12000); var couplet1 = 1; var lefturl1 = '/'; var leftimg1 = '/ad/images/5aleft.jpg'; var righturl1 = '/'; var rightimg1 = '/ad/images/5aright.jpg'; lastScrollY = 0; function heartBeat(){ var diffY; if (document.documentElement && document.documentElement.scrollTop) diffY = document.documentElement.scrollTop; else if (document.body) diffY = document.body.scrollTop else {/*Netscape stuff*/} percent=.1*(diffY-lastScrollY); if(percent > 0)percent = Math.ceil(percent); else percent = Math.floor(percent); if (typeof(couplet1)!='undefined') { document.getElementById("leftPart1").style.top = parseInt(document.getElementById("leftPart1").style.top) + percent + "px"; document.getElementById("rightPart1").style.top = parseInt(document.getElementById("leftPart1").style.top) + percent + "px"; } if (typeof(couplet2)!='undefined') { document.getElementById("leftPart2").style.top = parseInt(document.getElementById("leftPart2").style.top) + percent + "px"; document.getElementById("rightPart2").style.top = parseInt(document.getElementById("leftPart2").style.top) + percent + "px"; } lastScrollY = lastScrollY + percent; } topAd1 = 0; topAd2 = 305; if(window.screen.height<=600) { topAd2 = topAd2; } else if(window.screen.height<=768) { topAd2 = topAd2-5; } if (typeof(couplet1)!='undefined' && couplet1 == 1) { suspendcodeLeft1 = "
"; document.write(suspendcodeLeft1); suspendcodeRight1 = "
"; document.write(suspendcodeRight1); } if (typeof(couplet1)!='undefined' && couplet1 == 2) { suspendcodeLeft1 = "
"; document.write(suspendcodeLeft1); suspendcodeRight1 = "
"; document.write(suspendcodeRight1); } if (typeof(couplet2)!='undefined') { suspendcodeLeft2 = "
"; document.write(suspendcodeLeft2); suspendcodeRight2 = "
"; document.write(suspendcodeRight2); } //window.setInterval("heartBeat()",1);