// JavaScript Document

// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[1000]
  KW_ARI[KW_ARI.length]='img/clients/alaris.gif';
  KW_ARI[KW_ARI.length]='img/clients/alchemy.gif';
  KW_ARI[KW_ARI.length]='img/clients/amersham.gif';
  KW_ARI[KW_ARI.length]='img/clients/anacomp.gif';
  KW_ARI[KW_ARI.length]='img/clients/axiom.gif';
  KW_ARI[KW_ARI.length]='img/clients/bibby.gif';
  KW_ARI[KW_ARI.length]='img/clients/ce.gif';
  KW_ARI[KW_ARI.length]='img/clients/clere.gif';
  KW_ARI[KW_ARI.length]='img/clients/cswhealth.gif';
  KW_ARI[KW_ARI.length]='img/clients/druid.gif';
  KW_ARI[KW_ARI.length]='img/clients/egl.gif';
  KW_ARI[KW_ARI.length]='img/clients/EnterpriseHL.gif';
  KW_ARI[KW_ARI.length]='img/clients/freeway.gif';
  KW_ARI[KW_ARI.length]='img/clients/hydrodive.gif';
  KW_ARI[KW_ARI.length]='img/clients/i-motus.gif';
  KW_ARI[KW_ARI.length]='img/clients/lloyds.gif';
  KW_ARI[KW_ARI.length]='img/clients/m4design.gif';
  KW_ARI[KW_ARI.length]='img/clients/manutd.gif';
  KW_ARI[KW_ARI.length]='img/clients/martindale.gif';
  KW_ARI[KW_ARI.length]='img/clients/medcover.gif';
  KW_ARI[KW_ARI.length]='img/clients/MITIE-4-Col21.gif';
  KW_ARI[KW_ARI.length]='img/clients/newpharmaVlogo.gif';
  KW_ARI[KW_ARI.length]='img/clients/norgine.gif';
  KW_ARI[KW_ARI.length]='img/clients/nvb.gif';
  KW_ARI[KW_ARI.length]='img/clients/pwc.gif';
  KW_ARI[KW_ARI.length]='img/clients/qwerty.gif';
  KW_ARI[KW_ARI.length]='img/clients/RFU.gif';
  KW_ARI[KW_ARI.length]='img/clients/sankyo.gif';
  KW_ARI[KW_ARI.length]='img/clients/secondsite150.gif';
  KW_ARI[KW_ARI.length]='img/clients/silicon.gif';
  KW_ARI[KW_ARI.length]='img/clients/smslogo.gif';
  KW_ARI[KW_ARI.length]='img/clients/SORCE.gif';
  KW_ARI[KW_ARI.length]='img/clients/SorceCoSpace.gif';
  KW_ARI[KW_ARI.length]='img/clients/virgin.gif';
  KW_ARI[KW_ARI.length]='img/clients/virginmobile.gif';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"'alt=''>");
function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
  x=document.randomSlideShow; j=l; while (l==j) {
    j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
  x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
}
rndSlideShow(1000,0)

// Advanced Random Images End

          <!-- KW ARI Image -->