marqueeInit({
	uniqueid: 'mycrawler',
	style: {
		'font-family': 'verdana',
		'font-size': '12px',
		'letter-spacing': '1px',
	    'font-weight': 'bold',
		'padding': '9px',
		'width': '500px',
	},
	inc: 3, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 1,
	neutral: 150,
	savedirection: true
});

