﻿////suspendcode = "<DIV id=lovexin1 style='Z-INDEX: 10; LEFT: 6px; POSITION: absolute; TOP: 105px; width: 106; height: 242px;'><embed src='http://www.qingdao.tv/upadv/flash/led.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='106' height='242'></embed><br/><img src='image/close.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='关闭对联广告'/></DIV>"
////document.write(suspendcode);
//suspendcode = "<DIV id=lovexin1 style='Z-INDEX: 10; LEFT: 6px; POSITION: absolute; TOP: 30px; width: 106; height: 242px;'><a href='http://www.qtv.com.cn/lm/bzyc/ddc/' style='border:0px' target='_blank'><img src='/images/qdzxad01.gif'></a><br/><img src='image/close.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='关闭对联广告'/></DIV>"
//document.write(suspendcode);

//suspendcode = "<DIV id=lovexin3 style='Z-INDEX: 10; LEFT: 6px; POSITION: absolute; TOP: 310px; width: 106; height: 242px;'><a href='http://bbs.qingdao.tv/showtopic-165359.html' style='border:0px' target='_blank'><img src='/images/qdzxad03.gif'></a><br/><img src='image/close.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='关闭对联广告'/></DIV>"
//document.write(suspendcode);

//suspendcode = "<DIV id=lovexin2 style='Z-INDEX: 10; RIGHT: 6px; POSITION: absolute; TOP: 30px; width: 106; height: 242px;'><embed src='http://www.qingdao.tv/upadv/flash/led.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='106' height='242'></embed><br/><img src='image/close.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='关闭对联广告'/></DIV>"
//document.write(suspendcode);

//suspendcode = "<DIV id=lovexin4 style='Z-INDEX: 10; RIGHT: 6px; POSITION: absolute; TOP: 310px; width: 106; height: 242px;'><a href='http://www.liancheng521.com' style='border:0px' target='_blank'><img src='http://www.qingdao.tv/upadv/images/liancheng_left.gif'></a><br/><img src='image/close.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='关闭对联广告'/></DIV>"
//document.write(suspendcode);

////flash格式调用方法
////<EMBED src='flash.swf' quality=high  WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=ad wmode=opaque></EMBED>http://www.qingdao.tv/upadv/images/liancheng_left.gif

lastScrollY = 0;
function heartBeat() {
    diffY = document.documentElement.scrollTop;
    percent = .3 * (diffY - lastScrollY);
    if (percent > 0) percent = Math.ceil(percent);
    else percent = Math.floor(percent);
    
    document.getElementById("lovexin1").style.pixelTop += percent;
//    document.getElementById("lovexin2").style.pixelTop += percent;
    document.getElementById("lovexin3").style.pixelTop += percent;
//    document.getElementById("lovexin4").style.pixelTop += percent;
    lastScrollY = lastScrollY + percent;
    
}
function hide() {
    document.getElementById("lovexin1").style.visibility = "hidden";
//    document.getElementById("lovexin2").style.visibility = "hidden";
    document.getElementById("lovexin3").style.visibility = "hidden";
//    document.getElementById("lovexin4").style.visibility = "hidden";
}
window.setInterval("heartBeat()", 1);
