ajscroller1 = new AJScroller();
ajscroller1.name = 'ajscroller1';
ajscroller1.type = 0;
ajscroller1.width = 210;
ajscroller1.height = 140;
ajscroller1.spacing = 0;
ajscroller1.scrollspeed = 25;
ajscroller1.pausedelay = 400;
ajscroller1.pausemouseover = true;

ajscroller1.add('<img border="0" src="images/blank.gif" width="200" height="140"><BR>', '', 'Item 1');

/* -- What's New -- */

ajscroller1.add('<a href="whatsnew/news48.html" target="_blank">'+
'<img border="0" src="whatsnew/n48_florenz_scroll.jpg" width="200" height="139" alt="Opera Hall Florence"><BR>'+
'<img border="0" src="/images/blank.gif" width="1" height="20" alt=""><span class="ajscrollerTitle">'+
'With a metal mesh and<BR>'+
'resonant floor<BR>'+
'M&uuml;ller-BBM masters<BR>'+
'acoustic challenges in the<BR>'+
'new opera hall in Florence</span><BR>'+
'<span class="ajscrollerSubtitle">Mehr Info...</span></a>', '', 'Item 2a');

ajscroller1.add('<BR><a href="whatsnew/news47.html" target="_blank"><span class="ajscrollerTitle">'+
'Workshop on<BR>'+
'railway acoustics -<BR>'+
'infrastructure, vehicles, operation</span><BR>'+
'<span class="ajscrollerSubtitle">Mehr Info...</span></a>', '', 'Item 2b');

/* -- Events / Seminars -- */

ajscroller1.add('<BR><a href="events/seminars.html" target="_top"><span class="ajscrollerHead">'+
'Events</span><BR><span class="ajscrollerSubhead">'+
'Seminar and Lectures</span></a>', '', 'Item 3');

/* -- Replicate Items -- */
ajscroller1.display();
onload = function(){ajscroller1.load();ajscroller1.start();};
onresize = function(){ajscroller1.load();};

