
// JavaScript Document
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("ALayer0").style.top=parseInt(document.getElementById("ALayer0").style.top)+percent+"px";
document.getElementById("ALayer1").style.top=parseInt(document.getElementById("ALayer1").style.top)+percent+"px";
document.getElementById("ALayer2").style.top=parseInt(document.getElementById("ALayer2").style.top)+percent+"px";

lastScrollY=lastScrollY+percent;
//alert(lastScrollY);
}
suspendcode14="<div id=\"ALayer2\" style='right:0px;PosITION:absolute;top:100px;  FILTER: alpha(opacity=100);height:441px;width:144px;'><div align=right style='Z-INDEX:8;padding-left:112px;padding-top:0px;POSITION: absolute; '></div><div style='height:441px;width:144px;margin-top:0px;'></div></div>"

suspendcode12="<DIV id=\"ALayer1\" style='left:400px;PosITION:absolute;TOP:265px;FILTER: alpha(opacity=100);height:247px;width:459px;'><div align=right style='Z-INDEX:10;padding-left:439px;margin-bottom:-10px;POSITION: absolute; '><img src='http://www.hyyzx.com/swt/images/close.gif' border=0 onclick='closeBanner();' /></div><div style='height:328px;width:459px;'><iframe src='http://www.hyyzx.com/swt/swt/index.html' scrolling='no' height='247' frameborder='0' width='459' ></iframe></div></div>"
suspendcode16="<div id=\"ALayer0\" style='left:0px;PosITION:absolute;TOP:50px;height:470px;width:150px; padding:0px;'></div>"
document.write(suspendcode12);
document.write(suspendcode14);
document.write(suspendcode16);
window.setInterval("heartBeat()",1);
function closeBanner()
{
document.getElementById("ALayer1").style.display= 'none';
setTimeout("openBanner()",30000);
}
function closeBanner2()
{
document.getElementById("ALayer2").style.display= 'none';
setTimeout("openBanner2()",15000);
}
function closeBanner0()
{
document.getElementById("ALayer2").style.display= 'none';
setTimeout("openBanner0()",15000);
}
//setTimeout("closeBanner()",6000);
function openBanner(){
	document.getElementById("ALayer1").style.display= 'block';
	}
//function openBanner2(){
//	document.getElementById("ALayer2").style.display= 'block';
//	}
function openBanner0(){
	document.getElementById("ALayer0").style.display= 'block';
	}
document.write("");
document.write('<script language="javascript" src="http://www.hyyzx.com/swt/dou.js"></script>');
