// 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_05 = new Image();
ikon_05.src = "photos/calloway-williams_1.jpg";

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

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

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

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

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

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

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

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

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

ikon_16 = new Image();
ikon_16.src = "photos/d-aiello_1.jpg";

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

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

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

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

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

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

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

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

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

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

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

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

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

ikon_30 = new Image();
ikon_30.src = "photos/fielder_1.jpg";

ikon_31 = new Image();
ikon_31.src = "photos/gaynor_1.jpg";

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

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

ikon_35 = new Image();
ikon_35.src = "photos/tillis_1.jpg";

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

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

ikon_38 = new Image();
ikon_38.src = "photos/manino_1.jpg";

ikon_39 = new Image();
ikon_39.src = "photos/russoniello_1.jpg";

ikon_40 = new Image();
ikon_40.src = "photos/moses_1.jpg";

ikon_41 = new Image();
ikon_41.src = "photos/burton_1.jpg";


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

ikon_43 = new Image();
ikon_43.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");
    }
  }
}