// 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]='../../images/stgeorge/h300/c3.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/c4.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/cc.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/es1.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/et1.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/f3.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/fr.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/l.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/ny12.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/ny16.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/rc.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/rf.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/stg32.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/tf.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/vb01.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/vb02.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/vb03.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/vb04.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/vb05.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/w184.jpg?&width=135&height=300';
  KW_ARI[KW_ARI.length]='../../images/stgeorge/h300/w8.jpg?&width=135&height=300';
  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);
  }