"; str=str+""; str = str + '
Home
Picture Gallery
Latest News
Club Info
The Teams
Fundraising
Tables/Fixtures
Roving Eye
Contact Us
Mechandising
Sponsors
competitions
Links
Diary
Latest News

Sr. No. Date Event Venue Time
1 Sunday, 7/8/2007 Registration Day! Nortonthorpe Sports Club!! 02:00 PM




'; function scrollerObj(name,initH,initW,heightB,widthB,content,initBg,Bg,speed) { //**data**// this.name=name; this.initH=initH; this.initW=initW; this.heightB=heightB; this.widthB=widthB; this.content=content; this.initBg=initBg; this.Bg=Bg; //this.iniFl=initFl; this.speed=parseInt(speed); this.timer = name + "Timer"; //**methods**// this.getElement = getElement; this.createLayer=createLayer; this.scrollLayer = scrollLayer; this.scrollLoop=scrollLoop; //**initiate methods**// this.createLayer(); this.getElement(); this.scrollLayer(); } //**call this method to stop scrolling**// function scrollLoop(s) { this.speed = s; } function scrollLayer() { if(parseInt(this.elem.style.top)>(this.elem.offsetHeight*(-1))) { this.elem.style.top = parseInt(this.elem.style.top)-this.speed; //alert(parseInt(this.elem.style.top)+"\n"+this.elem.id); } else { this.elem.style.top = this.initH; } } function getElement() { // if dom use correct call if (document.getElementById) { this.elem = document.getElementById(this.name); } else { this.elem = document.layers[name]; } } //**pretty obvious - if NS4 - please upgrade to a standard compliant browser**// function createLayer() { if(document.getElementById) { // its domable document.write('
'); document.write('
'); document.write(this.content); document.write('<\/div><\/div>'); } else { // its ns4 document.write(''+this.content+'<\/ilayer>'); return; } if(this.scrollLayer) { this.timer = setInterval(this.name+'.scrollLayer()','30'); } }