//Specify the scroll settings

//Specify the marquee's width (in pixels)
var marqueewidth="700px"
//Specify the marquee's height
var marqueeheight="35px"
//Specify the marquee's marquee speed (the number of pixels to move, larger is faster 1-10)
var marqueespeed=3
//Specify the marquee's update interval (milliseconds)
var marqueeupd=20
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1

//Specify the actual content (don't delete <nobr> tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):

//Example!!!!
//var marqueecontent='<nobr><font face="times" color="white" size="5">Next Meet - Friday Feb 2nd - Featuring - \'6.15\'</font></nobr>'

var marqueecontent='<nobr><font face="georgia" color="plum" size="5">Last Meet - Friday July 16th - \'Final WMC\' </font></nobr>'
