﻿// JavaScript Document

suspendcode = "<DIV id=lovexin1 style='Z-INDEX: 10; LEFT: 30px; POSITION: absolute; TOP: 105px; width: 100; height: 350px;'><img src='/images/gif-0135.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='鍏抽棴瀵硅仈骞垮憡'><br/><a href='http://www.7cha8.com/TeaimageBar/Default.aspx' target='_blank' title='涓浗鑼朵骇涓氬崄寮哄搧鐗岃瘎閫夋椿鍔?'><EMBED src='/images/teaimg_100x200.swf'   WIDTH=100 HEIGHT=200 TYPE='application/x-shockwave-flash' id=ad ></EMBED></a></DIV>"
document.write(suspendcode);

//suspendcode = "<DIV id=lovexin2 style='Z-INDEX: 10; RIGHT: 30px; POSITION: absolute; TOP: 105px; width: 100; height: 300px;'><img src='images/gif-0135.gif' onClick='javascript:window.hide()' width='100' height='14' border='0' vspace='3' alt='鍏抽棴瀵硅仈骞垮憡'><br/><a href='http://www.7cha8.com/TeaimageBar/Default.aspx' target='_blank' title='涓浗鑼朵骇涓氬崄寮哄搧鐗岃瘎閫夋椿鍔?'><EMBED src='/images/teaimg_100x200.swf'   WIDTH=100 HEIGHT=200 TYPE='application/x-shockwave-flash' id=ad ></EMBED></a></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>   /* quality=high wmode=opaque  flash 透明浮动参数*/

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.all.lovexin1.style.pixelTop += percent;
    //document.all.lovexin2.style.pixelTop += percent;
    lastScrollY = lastScrollY + percent;
}
function hide() {
    lovexin1.style.visibility = "hidden";
    lovexin2.style.visibility = "hidden";
}
window.setInterval("heartBeat()", 1);
