// 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_ARI2= new Array()
  KW_ARI2[KW_ARI2.length]='/medicalcenter/images/home/photobanner/patients1.jpg';
  KW_ARI2[KW_ARI2.length]='/medicalcenter/images/home/photobanner/patients2.jpg';
  KW_ARI2[KW_ARI2.length]='/medicalcenter/images/home/photobanner/patients3.jpg';
  KW_ARI2[KW_ARI2.length]='/medicalcenter/images/home/photobanner/patients4.jpg';
  KW_ARI2[KW_ARI2.length]='/medicalcenter/images/home/photobanner/patients5.jpg';
  KW_ARI2[KW_ARI2.length]='/medicalcenter/images/home/photobanner/patients6.jpg';
  KW_ARI2[KW_ARI2.length]='/medicalcenter/images/home/photobanner/patients7.jpg';
  j=parseInt(Math.random()*KW_ARI2.length);
  j=(isNaN(j))?0:j;
    document.write("<img src='"+KW_ARI2[j]+"'>");

// Advanced Random Images End
    <!-- KW ARI Image -->