var browser = '';
if (navigator.appName.indexOf('Microsoft') != -1){
    browser = 'IE'
}
else if (navigator.appName.indexOf('Netscape') != -1){
	browser = 'Netscape'
}
else{
	browser = 'IE';
}

/*
Cross browser Marquee script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and Terms Of Use, visit http://www.dynamicdrive.com
Credit MUST stay intact
*/

//Specify the marquee's width (in pixels)
//marqeewidth has been moved to pagetop to allow for a dynamic width
//var marqueewidth="650px"

//Specify the marquee's height
var marqueeheight="25px"
//Specify the marquee's marquee speed (larger is faster 1-10)
if (browser == 'IE'){
	var marqueespeed=2
}
else{
	var marqueespeed=3
}
//configure background color:
//<CFIF len(trim(Style.MainBodyColor)) GT 0>#Style.MainBodyColor#<CFELSEIF len(trim(Style.bgColor)) GT 0>#Style.bgColor#<CFELSE>##FFFFFF</CFIF>
//background color has been moved to pagetop to allow for a dynamic color
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1

//Specify the marquee's content (don't delete <nobr> tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
