
<!--
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()*7);
img = rnumb;

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

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

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

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

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

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

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


// -->

