
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/film/equipment1.jpg\"" +edis);
}
if (img == "1") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/King-Stag1.jpg\"" +edis);
}
if (img == "2") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/film/set2.jpg\"" +edis);
}
if (img == "3") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/IPH_Jake_4.jpg\"" +edis);
}
if (img == "4") {
document.write(bdis+ "http://theatrefilm.asu.edu/photos/Iphigenia-Dress-196.jpg\"" +edis);
}

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

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