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