// 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]='/Resources/randomimages/image_rotation1.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation2.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation3.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation4.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation5.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation6.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation7.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation8.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation10.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation11.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation12.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation13.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation14.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation15.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation16.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation17.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation18.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation19.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation20.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation21.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation22.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation23.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation24.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation25.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation26.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation27.jpg?&width=150&height=100';
  KW_ARI[KW_ARI.length]='/Resources/randomimages/image_rotation28.jpg?&width=150&height=100';
  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 vspace='5' hspace='10' style='float:right;' src='"+KW_ARI[j].substring(0,KW_ARI[j].indexOf('?'))+"'"+m+">"+p;
  document.write(z);
  }