marqueeInit({
			uniqueid: 'HeadCenter',
			style: {
				'padding': '2px',
				'width': '1200px',
				'font-size': '14px',
				'font-weight': 'bold',
				'height': '28px'
			},
			inc: 5, //speed - pixel increment for each iteration of this marquee's movement
			mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
			moveatleast: 2,
			neutral: 150,
			savedirection: true
		});
