// JavaScript Document
marqueeInit({
	uniqueid: 'mycrawler2',
	style: {
		'padding': '3px',
		'width': '95%',
		'height': '120px',
		'margin':'10px',
	},
	inc: 2, //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
});
