//<![CDATA[
marqueeInit({
  uniqueid: 'mycrawler2',
  style: {
	'margin-top': '2px',  
    'padding': '1px',
    'width': '740px',
    'height': '40px'
  },
  inc: 0, //speed - pixel increment for each iteration of this marquee's movement
  mouse: 'false', //mouseover behavior ('pause' 'cursor driven' or false)
  moveatleast: 1,
  neutral: 150,
  savedirection: true
});
//]]>

