/*
 * inline text for marque
 */

<!--

// 252 pixels high, 456 pixels wide, 
//scrolls 3 pixels to left each 100 ms
marquee = new xbMarquee('marquee', 252, 456, 3, 100, 'up', 'scroll', marqueeScroll[0]);
marquee.onstart = swapMarqueeText;
//-->


