<!-- 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/rusty.gif";
    pics[10] = new Image();
    pics[10].src = "images/rustymo.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/duchess.gif";
    pics[14] = new Image();
    pics[14].src = "images/duchessmo.gif";
	pics[15] = new Image();
    pics[15].src = "images/carley.gif";
    pics[16] = new Image();
    pics[16].src = "images/carleymo.gif";
	pics[17] = new Image();
    pics[17].src = "images/zach.gif";
    pics[18] = new Image();
    pics[18].src = "images/zachmo.gif";
	pics[19] = new Image();
    pics[19].src = "images/mandy.gif";
    pics[20] = new Image();
    pics[20].src = "images/mandymo.gif";
	pics[21] = new Image();
    pics[21].src = "images/alex.gif";
    pics[22] = new Image();
    pics[22].src = "images/alexmo.gif";
	pics[23] = new Image();
    pics[23].src = "images/jenny.gif";
    pics[24] = new Image();
    pics[24].src = "images/jennymo.gif";
	pics[25] = new Image();
    pics[25].src = "images/ace.gif";
    pics[26] = new Image();
    pics[26].src = "images/acemo.gif";
	pics[27] = new Image();
	pics[27].src = "images/thebridge.gif";
    pics[28] = new Image();
    pics[28].src = "images/thebridgemo.gif";
    pics[29] = new Image();
	pics[29].src = "images/litters.gif";
    pics[30] = new Image();
    pics[30].src = "images/littersmo.gif";
	pics[31] = new Image();
    pics[31].src = "images/angels.gif";
    pics[32] = new Image();
    pics[32].src = "images/angelsmo.gif";
    pics[33] = new Image();
    pics[33].src = "images/rescue.gif";
    pics[34] = new Image();
    pics[34].src = "images/rescuemo.gif";
    pics[35] = new Image();
    pics[35].src = "images/photos.gif";
    pics[36] = new Image();
    pics[36].src = "images/photosmo.gif";
	pics[37] = new Image();
    pics[37].src = "images/friends.gif";
    pics[38] = new Image();
    pics[38].src = "images/friends.gif";
	pics[39] = new Image();
    pics[39].src = "images/home.gif";
    pics[40] = new Image();
    pics[40].src = "images/homemo.gif";

  }

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

