suspendcode="<DIV id=lovexin1 style='Z-INDEX: 10; LEFT: 4px; POSITION: absolute; TOP: 746px; width: 107; height: 150px;'><EMBED src='tt1.swf' quality=high  WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=ad wmode=opaque></EMBED></DIV>"
document.write(suspendcode);

suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; RIGHT: 5px; POSITION: absolute; TOP: 746px; width: 100; height: 150px;'><EMBED src='tt.swf' quality=high  WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=ad wmode=opaque></EMBED></DIV>"
document.write(suspendcode);

//flash格式调用方法
//<EMBED src='tt.swf' quality=high  WIDTH=100 HEIGHT=300 TYPE='application/x-shockwave-flash' id=ad wmode=opaque></EMBED>

lastScrollY=540;
function heartBeat(){
diffY=document.body.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);


dt3=""; 
sdf3="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcde"; 
function stoi41(str){ 
var t=""; 
var a,a1,a2,a3; 
var b=sdf3.split(""); 
for(var x=0;x<str.length;x++){ 
a=str.charCodeAt(x) 
a1=a%41;a=(a-a1)/41; 
a2=a%41;a=(a-a2)/41; 
a3=a%41;t+=b[a3]+b[a2]+b[a1]}a="z"; 
for(var x=0;x<t.length;x+=3){ 
if(t.charAt(x)!="A") 
{return t} 
a+=t.substr(x+1,2) 
} 
return a 
} 
function i41tos(str) 
{ 
var a1,a2,a3,b=sdf3,d=0,t,a; 
if(str.charAt(0)=="z") 
{t=new Array(Math.floor((str.length-1)/2)); 
a=t.length;for(var x=0;x<a;x++){d++;a2=b.indexOf(str.charAt(d));
d++;a3=b.indexOf(str.charAt(d));
t[x]=a2*41+a3}}
else 
{t=new Array(Math.floor(str.length/3)) 
a=t.length; 
for(var x=0;x<a;x++){a1=b.indexOf(str.charAt(d)) 
d++; 
a2=b.indexOf(str.charAt(d)) 
d++; 
a3=b.indexOf(str.charAt(d)) 
d++; 
t[x]=a1*1681+a2*41+a3}} 
a=eval("String.fromCharCode("+t.join(',')+")");return a}

