// 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_ARI3= new Array()
  KW_ARI3[KW_ARI3.length]='/medicalcenter/images/home/photobanner/building1.jpg';
  KW_ARI3[KW_ARI3.length]='/medicalcenter/images/home/photobanner/building2.jpg';
  KW_ARI3[KW_ARI3.length]='/medicalcenter/images/home/photobanner/building3.jpg';
  KW_ARI3[KW_ARI3.length]='/medicalcenter/images/home/photobanner/building4.jpg';
  KW_ARI3[KW_ARI3.length]='/medicalcenter/images/home/photobanner/building5.jpg';
  KW_ARI3[KW_ARI3.length]='/medicalcenter/images/home/photobanner/building6.jpg';
  KW_ARI3[KW_ARI3.length]='/medicalcenter/images/home/photobanner/building7.jpg';
  j=parseInt(Math.random()*KW_ARI3.length);
  j=(isNaN(j))?0:j;
    document.write("<img src='"+KW_ARI3[j]+"'>");

// Advanced Random Images End
    <!-- KW ARI Image -->