Teachers' opportunity to...');
// scroller1.addItem('This scoller has its items aligned at upper left. Scroller content could also be centered vertically and horizontally.');
// scroller1.addItem('You can also more precisely control your items\' appearance by attaching styles.');
// scroller1.addItem('Unfortunately, Netscape 4 is less than cooperative with item styles.');
scroller1.create(); // build the scroller
if (navigator.userAgent.indexOf("Gecko")>-1) positionGecko(); // bug fix for rel-pos
setMouseEvents(); // set up pause/restart onmouseover/out
}
window.onload = initScrollerObjs;
if (navigator.userAgent.indexOf("Gecko")>-1) window.onresize = rePosGecko; // bug fix for rel-pos
//-->