// alts define the number of pics, named sequentially img_ad_0*.gif
	urls = new Array();
	urls[0] = "interdisciplinary/index.html";
	urls[1] = "visual/about_fifth.html";
	urls[2] = "";
	urls[3] = "facilities.html";
	//urls[5] = "quotes.html";
	alts = new Array();
	alts[0] = "Why confine your art within traditional boundaries? Follow an interdisciplinary path.";
	alts[1] = "Where else would you find a gallery entirely student operated?";
	alts[2] = "What festival brings together student film-makers from across Canada?";
	alts[3] = "Where do you get a front row seat to student and professional performing arts?";
	//alts[5] = "What do you want to say?";
	rand = Math.floor(Math.random()*urls.length);
        if(rand!=2){
	   document.write("<A HREF=\""+inc_path+urls[rand]+"\"><IMG SRC=\""+inc_path+"images/img_ad_0"+(rand+1)+".gif\" WIDTH=129 HEIGHT=228 ALT=\""+alts[rand]+"\" BORDER=0>");
        }else{
	   document.write("<A HREF=\""+urls[rand]+"\"><IMG SRC=\""+inc_path+"images/img_ad_0"+(rand+1)+".gif\" WIDTH=129 HEIGHT=228 ALT=\""+alts[rand]+"\" BORDER=0>");
        }
