﻿marqueeInit({
	uniqueid: 'mycrawler',
	style: {
		'padding-top': '5px',
		'width': '600px',
		'height':'30px',
		'background': '#FFFFFF',
		'margin-right':'10px',
		'margin-left':'10px',
		'margin-top':'10px',
		'font-family': 'Helvetica',
		'font-weight': 'bold',
		'color': '#002953',
		'font-size': '13px'
	},
	inc: 8, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 2,
	neutral: 150,
	savedirection: true
});
