﻿// 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*/}
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("ad_1").style.top=parseInt(document.getElementById("ad_1").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; }

//奧海城
code1="<div id='ad_1' style='position:absolute;top:90px;left:-3px;'><a href='http://www.117hk.com/bbs/showbbs.asp?bd=13&id=188&totable=1' target='_blank'><img src='/AdDoc/images/奥海城2.jpg' style='width:200px;height:400px;' alt='' /></a><div style='cursor:pointer' onClick=document.getElementById('ad_1').style.display='none';>     关 闭</div></div>"


var date = new Date();
var thedate = date.toLocaleString()
//<div id="ad_1" style="position:absolute;top:180px;left:-38px;"><a href="http://www.117hk.com/bbs/showbbs.asp?bd=13&id=188&totable=1" //target='_blank'><img src="/AdDoc/images/奥海城2.jpg" style="width:35px;height:300px;" alt="奧海城" /><img src="/ads/close_little.gif" / /></a></div>
if (thedate<="2010-08-07")
{
document.write(code1); 
 
window.setInterval("heartBeat()",1);
}