function addScrollers() {
// code each scroller as follows:
// startScroll('id of scroller div','content of scroller');
startScroll('scroll5first','<h6>Medical spell check</h6><h6>Auto line counting</h6><h6>Many counting methods</h6><h6>Facility registration</h6><h6>Invoicer</h6><h6>Patient database</h6><h6>Select patient</h6><h6>Customizable templates</h6><h6>Auto name / save</h6><h6>Abbreviation expander</h6><h6>Spell-As-I-Type</h6><h6>Report locator</h6><h6>Select dictator</h6><h6>Zip-Unzip, Encryption</h6><h6>E-mail, FTP, Fax</h6><h6>Dispatch to all CCd</h6><h6>Print folder</h6><h6>Addresser</h6><h6>Import data</h6><h6>PDF file creator</h6><h6>Open last note on patient</h6><h6>Mark needs proofing</h6><h6>Errata marker</h6><h6>Assemble sticky notes</h6><h6>Patient database editor</h6><h6>Import abbr into MPWord</h6><h6>Daily production list</h6><h6>Click <a href="6mpword.htm">here</a> for more on features</h6><h6>Available for trial</h6><p>Click <a href="6download.htm#professional">here</a> to download the fully functional program on a trial basis.</p><p>Received in e-mail from Elaine Johnston on 1/26/07: <strong>"Love the program! Thanks for the free trial--it made me a believer."</strong></p><h6>Standard: $179</h6><h6>Professional: $229</h6>');
//startScroll('user5first','<p>First comment is here</p><p>Second comment goes on and on and on for a long long long time. Second comment goes on and on and on for a long long long time. Second comment goes on and on and on for a long long long time.</p><p>third</p>');
}

var speed=15; // scroll speed (bigger = faster)
var dR=false; // reverse direction

// Vertical Scroller Javascript
// copyright 24th September 2005, by Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the code below (as well as these
// comments) is used without any alteration
var step = 2; function objWidth(obj) {if(obj.offsetWidth) return obj.offsetWidth; if (obj.clip) return obj.clip.width; return 0;} function objHeight(obj) {if(obj.offsetHeight) return obj.offsetHeight; if (obj.clip) return obj.clip.height; return 0;} function scrF(i,sH,eH){var x=parseInt(i.top)+(dR? step: -step); if(dR && x>sH)x=-eH;else if(x<2-eH)x=sH;i.top = x+'px';} function startScroll(sN,txt){var scr=document.getElementById(sN); var sW = objWidth(scr)-6; var sH = objHeight(scr); scr.innerHTML = '<div id="'+sN+'in" style="position:absolute; left:3px; width:'+sW+';">'+txt+'<\/div>'; var sTxt=document.getElementById(sN+'in'); var eH=objHeight(sTxt); sTxt.style.top=(dR? -eH : sH)+'px'; sTxt.style.clip='rect(0,'+sW+'px,'+eH+'px,0)'; setInterval(function() {scrF(sTxt.style,sH,eH);},1000/speed);}
window.onload = addScrollers;

//add 'array here', with change of name of the file, and ref in the head.