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*/}

//alert(diffY);

percent=.1*(diffY-lastScrollY);

if(percent>0)percent=Math.ceil(percent);

else percent=Math.floor(percent);

//document.getElementById("leftDiv").style.top = parseInt(document.getElementById("leftDiv").style.top)+percent+"px";

document.getElementById("rightDiv").style.top = parseInt(document.getElementById("rightDiv").style.top)+percent+"px";

lastScrollY=lastScrollY+percent;

//alert(lastScrollY);

}

//

window.setInterval("heartBeat()",1);

//-->

//

function close_left1(){

// left1.style.visibility='hidden';

//left1.style.display='none';

//leftDiv.style.display='none';

}

function close_right1(){

//right1.style.visibility='hidden';

right1.style.display='none';

rightDiv.style.display='none';

}

//

document.writeln("<style type=\"text\/css\">");

document.writeln("#leftDiv,#rightDiv{width:146px;height:358px;background-color:#fff;position:absolute;z-index:1}");

document.writeln(".itemFloat{width:146px;height:auto;line-height:5px}");

document.writeln(".itemClose{width:146px;text-align:center;line-height:15px}");

document.writeln("<\/style>");

//

//document.writeln("<div id=\"leftDiv\" style=\"top:500px;left:15px\">");

//

//---L1

//document.writeln("<div id=\"left1\" class=\"itemFloat\">");

//document.writeln("<a href='http://www.fm148.com/msg-282.html' target='_blank'><img src=../../../adimage/left-1.jpg width=122 height=173 border=0></a>");

//document.writeln("<div class=\"itemClose\"><a href=\"javascript:close_left1();\" title=\"Close this banner\"><font color='#575759'>Close</font><\/a><\/div><br><br><br><br>");

//document.writeln("<\/div>");

//document.writeln("<\/div>");





document.writeln("<div id=\"rightDiv\" style=\"top:180px;right:10px\">");

//

//---R1

document.writeln("<div id=\"right1\" class=\"itemFloat\">");
document.writeln("<div align=center>");
document.writeln("<a target=\"_blank\" href=\"tencent:\/\/message\/?Menu=yes&uin=252048220&Site=fm148.com&Service=300&sigT=45a1e5847943b64c6ff3990f8a9e644d2b31356cb0b4ac6b24663a3c8dd0f8aa12a595b1714f9d45\"><img border=\"0\" src=\"http:\/\/wpa.qq.com\/pa?p=2:252048220:42\" alt=\"在线咨询\" title=\"在线咨询\"><\/a>");

document.writeln("<\/div>")


document.writeln("<a href='http://www.fm148.com/msg-202.html' target='_blank'><img src=../../../adimage/right-1.jpg width=140 height=250 border=0></a>");



document.writeln("<div class=\"itemClose\"><a href=\"javascript:close_right1();\" title=\"Close this banner\"><font color='#575759'>Close</font><\/a><\/div><br><br><br><br>");

document.writeln("<\/div>");

//

//

document.writeln("<\/div>");
