var marqueewidth="599px"
var marqueeheight="17px"
var marqueespeed=1
var pauseit=1
var marqueecontent='...NEWS... Send us your tour pics and any other Belisha rubbish... 4 weeks at the top end of the UK rock chart... CD single outselling downloads 4-1... 2 weeks in UK rock chart top 10... Belisha reach no.2 In Official UK rock Chart... HMV in store signing Chelmsford... Radio 2 Playlisting on Jonathan Ross Show... MYSPACE HEROES HEADLINE SHOW... News of the World - gossip columns... Pete Too On - The F Word... JONATHAN ROSS SHOW 23rd MARCH... CARLING ACADEMY ISLINTON... The Belisha TV show on ROCKWORLD TV... ...SHOWS... Fri 16 May 2008, 8:00pm: BELISHA-FEST 2008 MALDON TOWN HALL - all ages (MALDON)... Sat 17 May 2008, 8:00pm: CIVIC THEATRE - BRENTWOOD ALL AGES + GUESTS (BRENTWOOD, Brentwood)... Fri 23 May 2008, 8:00pm: THE MILL - RAYLEIGH, ESSEX. + GUESTS (RAYLEIGH)... Sat 24 May 2008, 8:00pm: ESQUIRES - BEDFORD- 14+, AND SPECIAL GUESTS (Bedford)... Wed 28 May 2008, 8:00pm: THE SUMO - LEICESTER + SUPPORT 16+ 1/2 Term special (Leicester)... Sat 31 May 2008, 11:30pm: MONTO WATER RATS - CLUB NIGHT SPECIAL. STAGE 11.30PM (Kings Cross., LONDON)... Sun 1 Jun 2008, 8:00pm: WINCHESTER - RAILWAY - ADDITUDE PRESENTS + GUESTS (WINCHESTER)... Sat 7 Jun 2008, 7:00pm: FESTIVAL TBA (TBA)... Sat 7 Jun 2008, 8:00pm: CATHOUSE DATE TBC (GLASGOW)... Fri 13 Jun 2008, 8:00pm: ESQUIRES - Bedford - 14+ (Bedford)... Sat 28 Jun 2008, 8:00pm: Monto Water Rats ’Club Night Special Guests’ (London)... Mon 30 Jun 2008, 8:00am: SINGLE RELEASE - ’Story of Our Lives’ (UK)... Mon 7 Jul 2008, 8:00pm: FESTIVAL TBA (TBA)... Tue 8 Jul 2008, 8:00pm: FESTIVAL TBA (TBA)... Wed 9 Jul 2008, 8:00pm: FESTIVAL TBA (TBA)... Sat 26 Jul 2008, 8:00pm: Monto Water Rats ’Club Night Special Guests’ (LONDON)... Sat 30 Aug 2008, 8:00am: SINGLE RELEASE - ’Story of Our Lives’ SUMMER 2008 (UK)... Sat 30 Aug 2008, 11:30pm: Monto Water Rats ’Club Night Special Guests’ (LONDON)... Sat 27 Sep 2008, 8:00pm: Monto WATER RATS ’Club night special guests’ (LONDON)... Sat 25 Oct 2008, 8:00pm: Monto WATER RATS ’Club night special guests’ (LONDON)... Sat 29 Nov 2008, 8:00pm: Monto WATER RATS ’Club night special guests’ (LONDON)... Sat 27 Dec 2008, 8:00pm: Monto WATER RATS ’Club night special guests’ (LONDON)... '
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
if (iedom)
document.write(''+marqueecontent+'')
var actualwidth=''
var cross_marquee, ns_marquee
function populate(){
if (iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualwidth=document.all? scroller.offsetWidth : document.getElementById("scroller").offsetWidth
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.left=parseInt(marqueewidth)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualwidth=ns_marquee.document.width
}
lefttime=setInterval("scrollmarquee()",20)
}
window.onload=populate
function scrollmarquee(){
if (iedom){
if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8))
cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px"
else
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
}
else if (document.layers){
if (ns_marquee.left>(actualwidth*(-1)+8))
ns_marquee.left-=copyspeed
else
ns_marquee.left=parseInt(marqueewidth)+8
}
}
if (iedom||document.layers){
with (document){
document.write('
| ')
if (iedom){
write('')
}
else if (document.layers){
write('')
write('')
}
document.write(' |
')
}
}