//Specify the marquee's width (in pixels)
var marqueewidth=660
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=20
//Specify the marquee's scroll speed (larger is faster)
var speed=5
//Specify the marquee contents
var marqueecontents='<font face="Arial"><strong><medium><font color = "#666666"> Shillington.Biz, Shillington.Info and Shillington.Mobi are hosted on our in-house webserver based in the UK. Our dynamic Active Server Pages are hosted using IIS / Apache and are developed using Asp, Ajax, Aspx, Cgi, Css, Dot Net 1.1 & 2, Flash, Html, JavaScript, Perl, Php, Sql, VbScript, Wml and Xml. This means we do not need to outsource services to third party Internet Service Providers so we can host a real time, ad and banner free service. Our website services include Audio / Video Datastreaming, a Virtual Village Tour, a Forum, Real-Time GPS Datastreaming, Wap Site, a Guest Book, Items For Sale, Ftp Site, a Bulletin Board, SMS Text Messaging, Local Businesses Directory, Links, Organisations and contacts as well as Forthcoming Village Events. Comming soon to the website will be a Real Time Wild Life Web Cam, a list of Local Pubs and Clubs, Sporting Activities, Local Celebs and a Village Cyber Post Office. Thankyou for visiting and Enjoy your stay!</medium></strong></font>'

if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}
