// 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_ARI[KW_ARI.length]='sponsors/AWT.jpg?&width=350&height=194';
  KW_ARI[KW_ARI.length]='sponsors/earthMed.jpg?&width=350&height=196';
  KW_ARI[KW_ARI.length]='sponsors/dbryson.jpg?&width=350&height=200';
  KW_ARI[KW_ARI.length]='sponsors/KRogers.jpg?&width=350&height=191';
  KW_ARI[KW_ARI.length]='sponsors/JaniceShawWilkerson.jpg?&width=350&height=187';
  KW_ARI[KW_ARI.length]='sponsors/DaveDartnell.jpg?&width=350&height=195';
  KW_ARI[KW_ARI.length]='sponsors/CaroleZ.gif?&width=350&height=179';
  KW_ARI[KW_ARI.length]='sponsors/Turnkey.jpg?&width=350&height=192';
  KW_ARI[KW_ARI.length]='sponsors/Kentmoor.jpg?&width=350&height=192';
  KW_ARI[KW_ARI.length]='sponsors/Robinson.jpg?&width=350&height=190';
  KW_ARI[KW_ARI.length]='sponsors/JChism.gif?&width=350&height=202';
  KW_ARI[KW_ARI.length]='sponsors/JLeyden.jpg?&width=350&height=235';
  KW_ARI[KW_ARI.length]='sponsors/fmveigh.jpg?&width=350&height=198';
  KW_ARI[KW_ARI.length]='sponsors/HighRollers.jpg?&width=350&height=200';
  KW_ARI[KW_ARI.length]='sponsors/JMcCormick.jpg?&width=350&height=198';
  KW_ARI[KW_ARI.length]='sponsors/SMcFarland.jpg?&width=350&height=196';
  KW_ARI[KW_ARI.length]='sponsors/MBetzig.jpg?&width=350&height=198';
  KW_ARI[KW_ARI.length]='sponsors/DOSullivan.jpg?&width=350&height=198';
  KW_ARI[KW_ARI.length]='sponsors/EMarchant.jpg?&width=350&height=559';
  KW_ARI[KW_ARI.length]='sponsors/DDanese.jpg?&width=350&height=197';
  KW_ARI[KW_ARI.length]='sponsors/C3.jpg?&width=350&height=209';
  KW_ARI[KW_ARI.length]='sponsors/Elegante_ad.gif?&width=350&height=214';
  KW_ARI[KW_ARI.length]='sponsors/JHayne.jpg?&width=350&height=195';
  KW_ARI[KW_ARI.length]='sponsors/JustAddWater.jpg?&width=350&height=196';
  KW_ARI[KW_ARI.length]='sponsors/RWeaver.jpg?&width=350&height=199';
  KW_ARI[KW_ARI.length]='sponsors/MGriffin.jpg?&width=350&height=199';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
  if (KW_ARI[j].indexOf('?')==-1) {
    document.write("<img src='"+KW_ARI[j]+"'>");
  }
  else {
    nvp=KW_ARI[j].substring(KW_ARI[j].indexOf('?')+2).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }

// Advanced Random Images End