// JavaScript Document
<!--
var ajscroller_events = new AJScroller();
ajscroller_events.name = 'ajscroller_events';
ajscroller_events.type = 0;
ajscroller_events.width = 210;
ajscroller_events.height = 291;
ajscroller_events.spacing = 40;
ajscroller_events.scrollspeed = 10;
ajscroller_events.pausedelay = 3000;
ajscroller_events.pausemouseover = true;
ajscroller_events.add('<div class="Whitescrollinghead">Optix K-12 Install</div><div class="Whitescrollingtext">Iowa school district selects Optix to drive personnel management efficiencies. Learn more <a class="WhiteLinks" href="news/amesinstall.html">here.</a></div>','');
ajscroller_events.add('<div class="Whitescrollinghead">MAC OS X Scanners</div><div class="Whitescrollingtext">Optix now supports the <a class="WhiteLinks" href="http://www.fcpa.com" target="_blank">Fujitsu</a> fi-6130/6230C and fi-6140/6240C under Mac OS X!</div>','');
ajscroller_events.add('<div class="Whitescrollinghead">Optix and MacPractice</div><div class="Whitescrollingtext">Learn how Optix enhances MacPractice with imaging and workflow <a class="WhiteLinks" href="news/optixandmacpractice.html">here.</a></div>','');
ajscroller_events.add('<div class="Whitescrollinghead">Optix Supports Firebird RDBMS</div><div class="Whitescrollingtext">Optix now supports the open-source Firebird RDBMS under Mac OS X Learn more <a class="WhiteLinks" href="news/optixfirebird.html">here.</a></div>','');
ajscroller_events.display();
//onload = function(){ajscroller_events.start();};
addLoadEvent(function() { ajscroller_events.start();});
onresize = function(){ajscroller_events.load();};
// -->

