news_scroll = new scrollio();
news_scroll.name = 'news_scroll';
news_scroll.type = 0;
news_scroll.width = 673; //190
news_scroll.height = 22; //86
news_scroll.spacing = 5;
news_scroll.scrollspeed = 20;
news_scroll.pausedelay = 5000;
news_scroll.pausemouseover = true;

news_scroll.add('<a href="#">item1</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 1');
news_scroll.add('<a href="#">item2</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 2');
news_scroll.add('<a href="#">item3</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 3');
news_scroll.add('<a href="#">item4</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 4');
//--Repeated Items
news_scroll.add('<a href="#">item1</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 1');
news_scroll.add('<a href="#">item2</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 2');
news_scroll.add('<a href="#">item3</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 3');
news_scroll.add('<a href="#">item4</a> -- This area is where events will fade scroll in an upward direction from a dynamic source.', '', 'Item 4');

news_scroll.display();
onload = function(){news_scroll.load();news_scroll.start();};
onresize = function(){news_scroll.load();};

