// JavaScript Document
// Custom client-side Javascript

//Specify the marquee's width (in pixels)
var marqueewidth="920px"

//Specify the marquee's height
var marqueeheight="29px"

//Specify the marquee's speed (larger is faster 1-10)
var marqueespeed=2

//configure background color:
var marqueebgcolor="#FEF9CF"

//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1
    

