marqueeInit({
	uniqueid: 'mycrawler',
	style: {
		'padding': '0px',
		'width': '840px',
		'height': '26px',
		'background': '#FFEA05',
		'border': '0px solid #CC3300'
	},
	inc: 2, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 2,
	neutral: 600,
	savedirection: true,
	noAddedSpace: true
});
