// 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_ARI[KW_ARI.length]='/leadership/images/home/left1.jpg';
  KW_ARI[KW_ARI.length]='/leadership/images/home/left2.jpg';
  KW_ARI[KW_ARI.length]='/leadership/images/home/left3.jpg';
  KW_ARI[KW_ARI.length]='/leadership/images/home/left4.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img src='"+KW_ARI[j]+"'>");

// Advanced Random Images End
    <!-- KW ARI Image -->