/***********************************************
* Pausing updown message scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
//configure the below five variables to change the style of the scroller
var scrollerdelay='5000' //delay between msg scrolls. 3000=3 seconds.
var scrollerwidth='275px'
var scrollerheight='30px'
var scrollerbgcolor='#EEEEEE'
//set below to '' if you don't wish to use a background image
var scrollerbackground=''
//configure the below variable to change the contents of the scroller
var messages=new Array()
// Anheuiser-Busch / Cedar Fair
messages[0]='
')
document.writeln('
')
document.writeln('
')
document.write(messages[0])
document.writeln('
')
document.writeln('
')
document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
document.writeln('
')
document.writeln('
')
document.writeln('
')
}
if (window.addEventListener)
window.addEventListener("load", startscroll, false)
else if (window.attachEvent)
window.attachEvent("onload", startscroll)
else if (ie||dom)
window.onload=startscroll