A Net Search Search engine friendly website directory where webmasters, and website owners can submit and market websites within static html driven url's.
var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var ns6=document.getElementById&&!document.all
var calunits=document.layers? "" : "px"
var bouncelimit=32 //(must be divisible by 8)
var direction="up"
var lpos=10
function initbox(){
if (document.cookie.indexOf("noPopupAnyMore")<0) { document.cookie =
"noPopupAnyMore=1"; } else { return false; }
if (!dom&&!ie&&!ns4) { return;
}
crossobj=document.getElementById("uniquePopupLayer").style;
if (!crossobj) { crossobj = ie ? document.all.uniquePopupLayer :
document.uniquePopupLayer;
}
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossobj.top=scroll_top-250+calunits
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}
function dropin(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}
function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}
function truebody(){
return (document.compatMode!="BackCompat")? document.documentElement :
document.body
}
function delay(x)
{ var d=new Date() d=d.getSeconds()+x if (d>=60) d=d-60 while (true)
{ var d1=new Date() if(d==d1.getSeconds()) break; } }