// JavaScript Document

if (document.images) {

ikon_01 = new Image();
ikon_01.src = "photos/miller_1.jpg";

ikon_02 = new Image();
ikon_02.src = "photos/taylor_1.jpg";

ikon_03 = new Image();
ikon_03.src = "photos/weaver_1.jpg";

ikon_04 = new Image();
ikon_04.src = "photos/calloway-williams_1.jpg";

ikon_05 = new Image();
ikon_05.src = "photos/hirsh_1.jpg";

ikon_06 = new Image();
ikon_06.src = "photos/armstrong_1.jpg";

ikon_07 = new Image();
ikon_07.src = "photos/yewande_1.jpg";

ikon_08 = new Image();
ikon_08.src = "photos/alonzo_1.jpg";

ikon_09 = new Image();
ikon_09.src = "photos/glover_1.jpg";

ikon_10 = new Image();
ikon_10.src = "photos/chestnut_1.jpg";

ikon_11 = new Image();
ikon_11.src = "photos/andres_1.jpg";

ikon_12 = new Image();
ikon_12.src = "photos/ancheta_1.jpg";

ikon_13 = new Image();
ikon_13.src = "photos/becker_1.jpg";

ikon_14 = new Image();
ikon_14.src = "photos/davydov_1.jpg";

ikon_15 = new Image();
ikon_15.src = "photos/stephens_1.jpg";

<!--ikon_16 = new Image();-->
<!--ikon_16.src = "photos/mcclendon_1.jpg";-->

ikon_17 = new Image();
ikon_17.src = "photos/milton_1.jpg";

ikon_18 = new Image();
ikon_18.src = "photos/peets_1.jpg";

ikon_19 = new Image();
ikon_19.src = "photos/yarborough_1.jpg";

ikon_20 = new Image();
ikon_20.src = "photos/traina_1.jpg";

ikon_21 = new Image();
ikon_21.src = "photos/avelar_1.jpg";

ikon_22 = new Image();
ikon_22.src = "photos/marchese_1.jpg";

ikon_23 = new Image();
ikon_23.src = "photos/schachter_1.jpg";

ikon_24 = new Image();
ikon_24.src = "photos/livsey_1.jpg";

ikon_25 = new Image();
ikon_25.src = "photos/king_1.jpg";

ikon_26 = new Image();
ikon_26.src = "photos/balou_1.jpg";

ikon_27 = new Image();
ikon_27.src = "photos/houck_1.jpg";

ikon_28 = new Image();
ikon_28.src = "photos/villacres_1.jpg";

ikon_29 = new Image();
ikon_29.src = "photos/faculty_1.jpg";

ikonOff = new Image();
ikonOff.src = "images/space.gif";

}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
