marqueeInit({
 uniqueid: 'vacation',
 style: { //style object for this marquee container (use quotes on both sides of the : as shown)
	'width': '1024px',
	'height': '150px',
	'background-color': '#fff',
	'border': '0px solid #000',
	'margin': '0px auto 1px auto'},
	inc: 3 //speed - pixel increment for each iteration of this marquee's movement
});

