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

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

if (img == "0") {
document.write(bdis+ "http://dance.asu.edu/photos/fac122.jpg\"" +edis);
}
if (img == "1") {
document.write(bdis+ "http://dance.asu.edu/photos/fac122_2.jpg\"" +edis);
}
if (img == "2") {
document.write(bdis+ "http://dance.asu.edu/photos/pebe132_2.jpg\"" +edis);
}
if (img == "3") {
document.write(bdis+ "http://dance.asu.edu/photos/pebe132.jpg\"" +edis);
}
if (img == "4") {
document.write(bdis+ "http://dance.asu.edu/photos/pebw239_2.jpg\"" +edis);
}
if (img == "5") {
document.write(bdis+ "http://dance.asu.edu/photos/pebw239.jpg\"" +edis);
}
if (img == "6") {
document.write(bdis+ "http://dance.asu.edu/photos/galvin-seating2.jpg\"" +edis);
}
if (img == "7") {
document.write(bdis+ "http://dance.asu.edu/photos/fac122_2.jpg\"" +edis);
}
if (img == "8") {
document.write(bdis+ "http://dance.asu.edu/photos/galvin-outside.jpg\"" +edis);
}
if (img == "9") {
document.write(bdis+ "http://dance.asu.edu/photos/galvin-lighting2.jpg\"" +edis);
}




// -->
