new Marquee('scroller');
new Marquee('scroller1');
new Marquee('scroller2', {
behavor: 'continuous',
direction: 'rtl',
step: 1,
ms: 1
});
new Marquee('scroller3', {
behavior: 'scroll',
direction: 'ltr',
interrupt: 'no',
step: 5
});
new Marquee('scroller4', {
behavior: 'continuous',
direction: 'ltr',
loops: 2,
step: 3
});