var txtList = new Array()
txtList[txtList.length]="<img src='../images/cutouts/facultystaff/fac_sta_1.jpg' alt='Faculty and Staff Cutout'>";
txtList[txtList.length]="<img src='../images/cutouts/facultystaff/fac_sta_2.jpg' alt='Faculty and Staff Cutout'>";
txtList[txtList.length]="<img src='../images/cutouts/facultystaff/fac_sta_3.jpg' alt='Faculty and Staff Cutout'>";
txtList[txtList.length]="<img src='../images/cutouts/facultystaff/fac_sta_5.jpg' alt='Faculty and Staff Cutout'>";
txtList[txtList.length]="<img src='../images/cutouts/facultystaff/fac_sta_6.jpg' alt='Faculty and Staff Cutout'>";
txtList[txtList.length]="<img src='../images/cutouts/facultystaff/fac_sta_7.jpg' alt='Faculty and Staff Cutout'>";
txtList[txtList.length]="<img src='../images/cutouts/facultystaff/fac_sta_8.jpg' alt='Faculty and Staff Cutout'>";
j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));