/*
						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)
						var marqueewidth="190px"
						//Specify the marquee's height
						var marqueeheight="132px"
						//Specify the marquee's marquee speed (larger is faster 1-10)
						var marqueespeed=1
						//configure background color:
						var marqueebgcolor=""
						//Pause marquee onMousever (0=no. 1=yes)?
						var pauseit=1
						var marqueecontent="";
						//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):