marqueeInit({
	uniqueid: 'mycrawler',
	style: {
		'padding-top': '2px',
		'padding-bottom': '1px',
		'width': '600px',
		'height': '16px',
		'line-height': '16px',
		'background': '#000000',
		'color': '#FFFFFF',
		'letter-spacing':'1px',
		'font-size': '13px'
	},
	inc: 8, //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
});