//function addScrollers() {
// code each scroller as follows:
// startScroll('id of scroller div','content of scroller');
//startScroll('myscroller','<hr /><p>COVALENT SOFTWARE LTD</p><hr /><p>COZART PLC</p><hr /><p>COVALENT SOFTWARE LTD</p><hr /><p>COZART PLC</p><hr /><p>COVALENT SOFTWARE LTD</p><hr /><p>COZART PLC</p><hr /><p>COVALENT SOFTWARE LTD</p><hr /><p>COZART PLC</p>');
//startScroll('myscroller','<img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Action Indoor Sports Stadiums Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Atlas Genetics Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Avanti Screenmedia Group Plc</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Celltran Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Chesterfield Special Cylinders Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Cozart Plc</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Dubit Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Gentronix Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Go Outdoors Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Greater Northern Envelope Co Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Happy Days Consultancy Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Hargreaves (UK) Plc</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Harlands of Hull Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Intempo Digital Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Intercity Group Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">iPLATO Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Nanosight Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Ochresoft Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">One Small Step One Giant Leap Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">PDD Innovations Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Red Ventures Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Sarian Systems Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Telcogames Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Touch Clarity Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">TXT4 Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">VQ Communications Limited</a></p><img src="images/shared/img_dotted.gif" border="0" width="121" height="1" /><p><a href="#">Winder Power Limited</a></p>');
//}

var speed=10; // 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;
//addEvent(window, "load", addScrollers);
                  