var hscrollerwidth="250px"
var hscrollerheight="200px"
var hscrollerspeed=1
var hscrollercontent='<table border="0" cellpadding="0" style="border-collapse: collapse" width="230" id="table1"><tr><td><p align="left"><b><font size="2" face="Verdana"><font color="#666666">.IN DOMAIN @ INR 100/-<BR>valid till 31-March-2012</font></b><BR><font color="#8C9094">.IN Domain Registration<br>INR 100/- for 1st year<br>Offer for New Registrations only<br></font><font color="#80A9E8"><a style="color: #80A9E8; font-weight:bold" href="http://domains.hostable.in/" target=_blank title="register a .in domain now">register now</a></font></font></b></p><p align="left"><b><font size="2" face="Verdana"><font color="#666666">100MB Space @ INR800/year</font></b><BR><font color="#8C9094">100MB linux space<br>1GB Bandwidth per month<br>Unlimited Subdomains<br>Unlimited MySQL Database<br>Suitable for Small Businesses<br>INR800/Year</font><br><font color="#80A9E8"><a style="color: #80A9E8; font-weight:bold" href="http://www.hostable.in/webhosting/linuxhosting/" target=_blank>order now</a></font></font></b></p><p align="left"><b><font size="2" face="Verdana" color="#666666">1 Domain+100MB Space @ INR900/year<BR>valid till 31-March-2012</b><br></font><font face="Verdana" size="2" color="#8C9094">1 Domain Name<br>100MB Linux Space<br>1GB Bandwidth per month<br>Unlimited Subdomains<br>Unlimited MySQL Database<br>INR900/Year<br></font><font color="#808080" size="2" face="Verdana"><a style="color: #80A9E8; font-weight:bold" href="http://www.hostable.in/resources/paymentoptions.php" target=_blank>order now</a></font></p></td></tr></table>'
var hpauseit=1


hscrollerspeed=(document.all)? hscrollerspeed : Math.max(1, hscrollerspeed-1)

var hcopyspeed=hscrollerspeed
var hiedom=document.all||document.getElementById
var hactualheight=''
var hcross_scroller, hns_scroller
var hpausespeed=(hpauseit==0)? hcopyspeed: 0

function hpopulate(){
if (hiedom){
hcross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
hcross_scroller.style.top=parseInt(hscrollerheight)+8+"px"
hcross_scroller.innerHTML=hscrollercontent
hactualheight=hcross_scroller.offsetHeight
}
else if (document.layers){
hns_scroller=document.hns_scroller.document.hns_scroller2
hns_scroller.top=parseInt(hscrollerheight)+8
hns_scroller.document.write(hscrollercontent)
hns_scroller.document.close()
hactualheight=hns_scroller.document.height
}
lefttime=setInterval("scrollscroller1()",20)
}
window.onload=hpopulate

function scrollscroller1(){

if (hiedom){
if (parseInt(hcross_scroller.style.top)>(hactualheight*(-1)+8))
hcross_scroller.style.top=parseInt(hcross_scroller.style.top)-hcopyspeed+"px"
else
hcross_scroller.style.top=parseInt(hscrollerheight)+8+"px"
}
else if (document.layers){
if (hns_scroller.top>(hactualheight*(-1)+8))
hns_scroller.top-=hcopyspeed
else
hns_scroller.top=parseInt(hscrollerheight)+8
}
}

if (hiedom||document.layers){
with (document){
if (hiedom){
write('<div style="position:relative;width:'+hscrollerwidth+';height:'+hscrollerheight+';overflow:hidden" onMouseover="hcopyspeed=hpausespeed" onMouseout="hcopyspeed=hscrollerspeed">')
write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+hscrollerwidth+' height='+hscrollerheight+' name="hns_scroller">')
write('<layer name="hns_scroller2" width='+hscrollerwidth+' height='+hscrollerheight+' left=0 top=0 onMouseover="hcopyspeed=hpausespeed" onMouseout="hcopyspeed=hscrollerspeed"></layer>')
write('</ilayer>')
}
}
}

