nsvl = new AJScroller();
nsvl.name = 'nsvl';
nsvl.type = 0;
nsvl.width = 190;
nsvl.height = 45;
nsvl.spacing = 2;
nsvl.scrollspeed = 100;
nsvl.pausedelay = 400000;
nsvl.pausemouseover = true;
nsvl.add('This is an old version of the site.  <a href="http://www.nsvl.org">Click here</a> for the new site<br /><br />', '', 'Item 1');
/* -- Replicate Items -- */
nsvl.display();
onload = function(){nsvl.load();nsvl.start();};
onresize = function(){nsvl.load();};
