  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/andrew_miller.jpg?&link=amiller/index.html';
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/bill_duke.jpg?&link=billduke/index.html';
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/randy_grgich.jpg?&link=rgrgich/index.html';
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/matt_schellinger.jpg?&link=mschell/index.html';
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/del_kreuser.jpg?&link=dkreuser/index.html';
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/eric_debelak.jpg?&link=edebelack/index.html';
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/jeff_laitsch.jpg?&link=jeffl/index.html';
  KW_ARI[KW_ARI.length]='/new/images/loanofficers/thumbs/linda_zwicker.jpg?&link=LZwicker/index.html';
  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);
  }
