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

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

if (img == "0") {
document.write(bdis+ "http://dance.asu.edu/photos/kokoon22.jpg\"" +edis);
}
if (img == "1") {
document.write(bdis+ "http://dance.asu.edu/photos/danwork106-5.jpg\"" +edis);
}
if (img == "2") {
document.write(bdis+ "http://dance.asu.edu/photos/mfa22007-8.jpg\"" +edis);
}
if (img == "3") {
document.write(bdis+ "http://dance.asu.edu/photos/robertmosesclass1.jpg\"" +edis);
}
if (img == "4") {
document.write(bdis+ "http://dance.asu.edu/photos/shouzemaclass10.jpg\"" +edis);
}
if (img == "5") {
document.write(bdis+ "http://dance.asu.edu/photos/simondove1.jpg\"" +edis);
}
if (img == "6") {
document.write(bdis+ "http://dance.asu.edu/photos/springconcert07-4.jpg\"" +edis);
}

// -->
