
 var delay=5000 
 var fcontent=new Array(); 
begintag='<font style=font-family : Tahoma ; font-size : 12 px;>' 

 fcontent[0]="<font style='font-family : Tahoma ; font-size : 11 px;'>Azolve Consulting<br>have been<br> instrumental in<br>helping Scottish<br>Borders Council<br>modernise<br>procurement.<br>We have undertaken<br>a radical business<br>improvement <br>programme that<br>with Azolve's help<br>will bring<br>significant efficiency<br> gains to the council.</font><br><br><font color=gray style='font-family : Tahoma; font-size : 9 px;'><strong>Jackie Foster<br>Procurement<br>Manager<br>Scottish<br>Borders Council</strong></font>" 
 fcontent[1]="<font style='font-family : Tahoma ; font-size : 11 px;'>Azolve enabled us<br>to make the step <br>change needed for a<br>rapid introduction of<br>e-procurement...<br>we have been<br>delighted with<br>their service.</font><br><br><font color=gray style='font-family : Tahoma; font-size : 9 px;'><strong>Liz Lucas<br>Head of <br>Procurement<br>Caerphilly County<br>Borough Council</strong></font>" 
 fcontent[2]="<font style='font-family : Tahoma ; font-size : 11 px;'>Azolve have provided<br>us with a powerful <br>and controlled Freedom<br>of Information solution<br>that gives us the confidence<br>of better accessing<br>and managing our<br>information.</font><br><br><font color=gray style='font-family : Tahoma; font-size : 9 px;'><strong>David Furnivall <br>Information <br>Governance Manager<br>St Mary's NHS Trust</strong></font>" 
 fcontent[3]="<font style='font-family : Tahoma ; font-size : 11 px;'>Their attention to<br>detail, commitment <br>and hitting all the<br>delivery dates was<br>impressive...<br>together with Azolve<br>the University succeeded <br>in meeting this ambitious<br>project.</font><br><br><font color=gray style='font-family : Tahoma; font-size : 9 px;'><strong>Tim Fuery <br>Assistant Director<br>of Finance<br>University<br>of Birmingham</strong></font>" 
 fcontent[4]="<font style='font-family : Tahoma ; font-size : 11 px;'>Azolve has proved<br>to be a great Partner <br>for Proactis in ensuring<br>that customers derive the<br>value and achieve the<br>levels of return on <br>investment that the<br>application offers ...</font><br><br><font color=gray style='font-family : Tahoma; font-size : 9 px;'><strong>Terry Wilcox<br>Senior VP,<br>Sales & Marketing <br>PROACTIS Group Limited</strong></font>"
 fcontent[5]="<font style='font-family : Tahoma ; font-size : 11 px;'>In critical business<br>situations you <br>need people who can be<br>trusted and relied upon<br>to deliver ...<br>Azolve has proved to<br>be such an <br>organisation ...</font><br><br><font color=gray style='font-family : Tahoma; font-size : 9 px;'><strong>Geoff Savage<br>Finance Director <br>Zwetsloots Limited</strong></font>" 
 
 closetag='</font>' 
 var fwidth=100 
 var fheight=170 
 var ie4=document.all&&!document.getElementById 
 var ns4=document.layers
 var DOM2=document.getElementById 
 var faderdelay=0 
 var index=0 
 if (DOM2)
 faderdelay=5000
 function changecontent(){
 if (index>=fcontent.length)
 index=0
 if (DOM2){ 
 document.getElementById("fscroller").style.color="rgb(255,255,255)" 
 document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag 
 colorfade() 
 } 
 else if (ie4) 
 document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag 
 else if (ns4){
 document.fscrollerns.document.fscrollerns_sub.document.write(begintag+fcontent[index]+closetag)
 document.fscrollerns.document.fscrollerns_sub.document.close()
} 
 index++
 setTimeout("changecontent()",delay+faderdelay)
 }
 frame=20;
 hex=255  
 function colorfade() {	         	
 if(frame>0) {	
 hex-=12; 
 document.getElementById("fscroller").style.color="rgb("+hex+","+hex+","+hex+")"; 
 frame--;
 setTimeout("colorfade()",20);	
 }
 else{
 document.getElementById("fscroller").style.color="rgb(0,0,0)";
 frame=20;
 hex=255
 }   
 }
 if (ie4||DOM2)
 document.write('<div id="fscroller" style="border:0px solid black;width:'+fwidth+';height:'+fheight+';padding:0px"></div>') 
 window.onload=changecontent;

