marqueeInit({
	uniqueid: 'mycrawler',
	style: {
		'padding': '0px',
		'height': '50px',
		'width': '200px',
		'background-color': '#fff',
		'border': '1px solid #ccc',
		'margin-left': '40px'
	},
	inc: 1, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'pause' //mouseover behavior ('pause' 'cursor driven' or false)
});
