<!-- JavaScript by web-architect copyright © 2000, web-architect.
  if(document.images) {
    pics = new Array(); 
    pics[1] = new Image();
    pics[1].src = "images/bj.gif"; 
    pics[2] = new Image();
    pics[2].src = "images/bjmo.gif";
    pics[3] = new Image();
    pics[3].src = "images/kat.gif"; 
    pics[4] = new Image();
    pics[4].src = "images/katmo.gif";
    pics[5] = new Image();
    pics[5].src = "images/elle.gif";
    pics[6] = new Image();
    pics[6].src = "images/ellemo.gif";
    pics[7] = new Image();
    pics[7].src = "images/jake.gif";
    pics[8] = new Image();
    pics[8].src = "images/jakemo.gif";
    pics[9] = new Image();
    pics[9].src = "images/dixie.gif";
    pics[10] = new Image();
    pics[10].src = "images/dixiemo.gif";
    pics[11] = new Image();
    pics[11].src = "images/tally.gif";
    pics[12] = new Image();
    pics[12].src = "images/tallymo.gif";
    pics[13] = new Image();
    pics[13].src = "images/patch.gif";
    pics[14] = new Image();
    pics[14].src = "images/patchmo.gif";
    pics[15] = new Image();
    pics[15].src = "images/rusty.gif";
    pics[16] = new Image();
    pics[16].src = "images/rustymo.gif";
    pics[17] = new Image();
    pics[17].src = "images/hootie.gif";
    pics[18] = new Image();
    pics[18].src = "images/hootiemo.gif";
    pics[19] = new Image();
    pics[19].src = "images/rescue.gif";
    pics[20] = new Image();
    pics[20].src = "images/rescuemo.gif";

  }

    function changer(from,to) {
    if(document.images) {
    document.images[from].src = pics[to].src;
    }
  }
  //-->


