
<!--
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://theatrefilm.asu.edu/photos/animation-cage.jpg\"" +edis);
}

if (img == "1") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/Birds-03.jpg\"" +edis);
}

if (img == "2") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/c-Iphigenia-Dress-147.jpg\"" +edis);
}

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

if (img == "4") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/fnw-pe.jpg\"" +edis);
}

if (img == "5") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/film/equipment5.jpg\"" +edis);
}

if (img == "6") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/fnw-pe.jpg\"" +edis);
}


// -->
