// JavaScript Document
marqueeInit({
	uniqueid: 'mycrawler2',
	style: {
		'margin-left':'70px;',
		'padding-left':'50px;',
	    'padding-right':'0px;',
		'width': '980px',
		'height': '187px'		
	},
	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
});

