lastScrollY=0;
function heartBeat1(){ 
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("lx12").style.top=parseInt(document.getElementById("lx12").style.top)+percent+"px";
//document.getElementById("lx11").style.top=parseInt(document.getElementById("lx11").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
//suspendcode12="";

suspend12='<DIV id=\"lx12\" style=\'right:22px;POSITION:absolute;TOP:300px;z-index:100\'><table align="left" style="margin-right:26px;width:90px" border="0" cellpadding=0 cellspacing=0 height="67">' + 
'<tr>' + 
'<td><a href=\"contact-6.html\"><img src=\"template/images/message.gif\"  border="0" style=\"float:left;\"></a></td>' + 
'</tr>' + 
'</table></div>';


//document.write(suspend11); 
document.write(suspend12); 
//document.write(recontent); 
//document.write("</div>"); 
window.setInterval("heartBeat1()",1);

function far_close()
{	
	document.getElementById("lx11").innerHTML="";
	document.getElementById("lx12").innerHTML="";
}

function setfrme()
{
	var tr=document.getElementById("lx12");
	var twidth=tr.clientWidth;
	var theight=tr.clientHeight;
	var fr=document.getElementById("frame55la");
	fr.width=twidth-1;
	fr.height=theight-30;
}
//setfrme()

