var marqueewidth="100%"
var marqueeheight="100%"
var marqueespeed=2
var pauseit=1
var marqueecontent='<span class="news_title">[24-NOV-2011]</span><br />- Nginx upgraded to 1.0.10 on all Linux servers.<br /><br /><span class="news_title">[23-NOV-2011]</span><br />- Plesk Control Panel upgraded to PLESK 10.4.4 on all Windows server.<br /><br /><span class="news_title">[04-NOV-2011]</span><br />- Nginx 1.0.8 deployed on all Linux servers.<br /><br /><span class="news_title">[28-OCT-2011]</span><br />- Kernel 2.6.18-374.3.1.el5.lve0.8.44 deployed on all Linux servers.<br /><br /><span class="news_title">[01-AUG-2011]</span><br />- W3HUB launches All New Shared series web hosting plan.<br /><br /><span class="news_title">[30-JUL-2011]</span><br />- Windows hosting server: Plesk Control Panel upgraded to PLESK 10.3.1 and MailEnable V5.5<br /><br /><span class="news_title">[07-JUL-2011]</span><br />- W3HUB partners with CloudFlare to provide high performance CDN services<br /><br /><span class="news_title">[02-JUL-2011]</span><br />- GSS Promo2: FREE Samsung G2 500GB Portable Hard Drive + Samsung Laser Printer when you sign up for W3BIZ-THREE 100GB Business web hosting plan at an introductory rate of only $28/mth. ** Promotion Ends 31 July 2011<br /><br /><span class="news_title">[02-JUL-2011]</span><br />- GSS Promo1: FREE Samsung G2 500GB Portable Hard Drive when you sign up for any Business Web Hosting plan. ** Promotion Ends 31 July 2011<br /><br /><span class="news_title">[01-JUL-2011]</span><br />· W3HUB launches new Business Web Hosting plan with up to 100GB storage space and unmetered bandwidth.<br /><br /><span class="news_title">[28-JUN-2011]</span><br />- CloudLinux OS deployed on All Linux servers<br /><br /><span class="news_title">[11-JUN-2011]</span><br />· W3HUB deploys 3-Tier web servers efficiently distributes web traffic, resulting in optimized page load times and information delivery.<br /><br /><span class="news_title">[24-JUN-2011]</span><br />- W3HUB is now awarded as a VeriSign Trusted company.<br /><br /><span class="news_title">[02-JUN-2011]</span><br />· Nginx 1.0.4 deployed on all Linux servers, cPanel &amp; WHM 11.30.0 upgraded.<br /><br /><span class="news_title">[22-FEB-2011]</span><br />· Nginx 0.9.5 deployed on all Linux servers. Nginx is known for its high performance, stability and low memory consumption.<br /><br /><span class="news_title">[8-JAN-2011]</span><br />· Plesk 9.5.4 deployed on all Windows Server hosting<br /><br /><span class="news_title">[1-AUG-2010]</span><br />· PHP 5.2.14 now available on all Linux hosting packages<br /><br /><span class="news_title">[05-MAY-2010]</span><br />· Plesk 9.5.1 deployed on all Windows Server hosting<br /><br /><span class="news_title">[30-APR-2010]</span><br />· PHP 5.2.13 now available on all Linux hosting packages<br /><br /><span class="news_title">[15-MAR-2010]</span><br />· New server deployed - W3HUB.INFO (Linux cPanel) Now with XEON Quad Core<br /><br /><span class="news_title">[28-JAN-2009]</span><br />· cPanel Accelerated v11 deployed on all Linux hosting servers<br /><br /><span class="news_title">[15-DEC-2007]</span><br />· New server deployed - W3HUB.BIZ (Linux cPanel) Now with XEON Dual Core<br /><br /><span class="news_title">[03-SEP-2007]</span><br />·W3HUB ranked Hitwise No. 5 by visits in Hosting &amp; Domain Registration<br /><br /><span class="news_title">[06-SEP-2005]</span><br />· Buy 1 .com.sg Domain now and get a .sg Domain FREE<br /><br /><span class="news_title">[08-OCT-2004]</span><br />· Windows Server hosting packages now available!<br /><br /><span class="news_title">[13-AUG-2004]</span><br />· W3HUB awarded with TrustSG and Business Trust<br />'
marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
var actualheight=''
var cross_marquee, ns_marquee
function populate(){
if (iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualheight=cross_marquee.offsetHeight
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.top=parseInt(marqueeheight)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualheight=ns_marquee.document.height
}
lefttime=setInterval("scrollmarquee()",50)
}
window.onload=populate
function scrollmarquee(){
if (iedom){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}
else if (document.layers){
if (ns_marquee.top>(actualheight*(-1)+8))
ns_marquee.top-=copyspeed
else
ns_marquee.top=parseInt(marqueeheight)+8
}
}
if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
write('<div id="iemarquee" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee">')
write('<layer name="ns_marquee2" width='+marqueewidth+' height='+marqueeheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
write('</ilayer>')
}
}
}
