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


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

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

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

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

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

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

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

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

// -->
