<!--
var b1dis = "<a href=\"";
var bdis = "\<img src=\"";
var edis = " width=\"760\" height=\"200\" alt=\"\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*4);
img = rnumb;

if (img == "0") {
document.write(bdis+ "http://herbergercollege.asu.edu/students/images/photos/brass_4.jpg\"" +edis);
}

if (img == "1") {
document.write(bdis+ "http://herbergercollege.asu.edu/students/images/photos/brass_8.jpg\"" +edis);
}

if (img == "2") {
document.write(bdis+ "http://herbergercollege.asu.edu/students/images/photos/orch_9.jpg\"" +edis);
}

if (img == "3") {
document.write(bdis+ "http://herbergercollege.asu.edu/students/images/photos/piano1.jpg\"" +edis);
}




// -->