marqueeInit({
	uniqueid: 'mycrawler',
	style: {
		'padding': '5px',
		'margin-top': '0px',
		'width': '926',
		'background': '#106D81',
		'border-bottom': ''
	},
	inc: 5, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 3,
	neutral: 150,
	savedirection: true
});
