marqueeInit({
	uniqueid: 'mycrawler2',
	style: {
		'padding': '2px', // 2
		'width': '729px', // 729
		'height': '157px' // 157
	},
	inc: 5, // 5 - 2 - 150 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
});
