// 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]='/dean/images/home/middle1.jpg';
  KW_ARI2[KW_ARI2.length]='/dean/images/home/middle2.jpg';
  KW_ARI2[KW_ARI2.length]='/dean/images/home/middle3.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 -->