s = new Array('<img src="http://engr.isu.edu/templates/isu_coe_lev1/images/Rich.jpg" width="539" height="200" alt="College of Engineering" />','<img src="http://engr.isu.edu/templates/isu_coe_lev1/images/recruiting.jpg" width="539" height="200"  alt="College of Engineering" />' , '<img src="http://engr.isu.edu/templates/isu_coe_lev1/images/seniorproject.jpg" width="539" height="200"  alt="College of Engineering" />','<img src="http://engr.isu.edu/templates/isu_coe_lev1/images/squirrel.jpg" width="539" height="200"  alt="College of Engineering" />' );
var max = s.length;
var num = Math.floor((Math.random() * max));
document.writeln(s[num]);
