function addScrollers() {
//Can code links. backslash slashes. No need to do so for quotes.
// code each scroller as follows:
// startScroll('id of scroller div','content of scroller');
startScroll('myscroller2','<P>Fidelity Investments<P>Federal Energy Regulatory Commission<P>Exxon Research & Engineering<P>Lawrence Livermore National Laboratory<P>BP America<P>Anadarko Petroleum<P>Milliken & Company<P>MTSI - Modern Technology Solutions, Inc.<P>Library of Congress - Federal Library & Information Center Committee<P>U.S. Department of State<P><a href="http://www.coe.int">Council of Europe</a><P> Arthur D. Little<P>Putnam Investments<P>Baxter Healthcare<P>Otsuka Pharmaceuticals<P>Compaq Computer Corporation<P>MIT Lincoln Laboratory<P>Markowitz & McNaughton<P>Coates & Jarratt<P>University of Maryland Libraries<P>New England Online Users Group<P>Special Libraries Association - South Carolina Chapter<P>Special Libraries Association - Pharmaceutical & Health Technology Division<P>American Society for Information Science  - New England Chapter<P>American Society for Information Science - Potomac Valley Chapter<P>New England Development Research Association<P>Assn. of Professional Researchers for Advancement - Upstate NY Chapter<P>Assn. of Professional Researchers for Advancement - Virginia Chapter<P>Executive Search Roundtable<P>Battalia Winston International<P>North Atlantic Health Sciences Libraries<P>Law Librarians of New England<P>Delaware Library Association<P>New Jersey Library Association<P>Fairfax County (VA) Public Library<P>Carroll County (MD) Public Library<P>Association of Independent Maryland Schools<P>Connelly School of the Holy Child<P>The Madeira School<P>The Maret School<P>Editorial Projects in Education<P>National Online Meeting<P>Internet Librarian International<P>Open Source Solutions Conferences<P>IOP 06 Conference<P>Air Force Librarians Workshop</p> <p>.</p><p>.</p> <p>.</p><p>.</p>','<p> "Great job!"<\/p>');
startScroll('twoscroll','<p>Yet anotherxxxxxxxxxxxxxxxxxxxxxxx scroller!</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;
                  