
departmentName = "College of Liberal Arts and Education";
pageName = "Dept of Performing &amp; Visual Arts";
contactName = "Arts Web Manager";
contactEmail = "web@uwplatt.edu";
showMenu = "yes";
template = "finearts";

menuEntry("UWP Home", "http://www.uwplatt.edu/");
menuEntry("LAE Home", "http://www.uwplatt.edu/lae/");
menuEntry("Arts", "http://www.uwplatt.edu/finearts/");

menuHeader("Areas");
menuEntry("Art", "http://www.uwplatt.edu/finearts/art/artmain.htm");
menuEntry("Music", "http://www.uwplatt.edu/finearts/music/musicmain.htm");
menuEntry("Speech", "http://www.uwplatt.edu/finearts/speech/speechmain.htm");
menuEntry("Theatre", "http://www.uwplatt.edu/finearts/theatre/theatremain.htm");

menuHeader("Speech");
menuEntry("Faculty", "speechfac.htm");
menuEntry("Major", "speechmajor.htm");
menuEntry("Co-Major", "speechcomaj.htm");
menuEntry("Minor", "speechminor.htm");
menuEntry("Teacher Cert", "speechteachcert.htm");
menuEntry("Co-Curricular", "speechcocurr.htm");

addCrumb("UWP Home","http://www.uwplatt.edu");
addCrumb("LA&amp;E Home","http://www.uwplatt.edu/lae/");
addCrumb("Arts","http://www.uwplatt.edu/finearts/");
addCrumb("Speech Home","speechmain.htm");

images = new Array();
images[0] = "http://www.uwplatt.edu/finearts/speech/images/rand01.jpg"
images[1] = "http://www.uwplatt.edu/finearts/speech/images/rand02.jpg"
images[2] = "http://www.uwplatt.edu/finearts/speech/images/rand03.jpg"
images[3] = "http://www.uwplatt.edu/finearts/speech/images/rand04.jpg"
images[4] = "http://www.uwplatt.edu/finearts/speech/images/rand05.jpg"
images[5] = "http://www.uwplatt.edu/finearts/speech/images/rand06.jpg"
images[6] = "http://www.uwplatt.edu/finearts/speech/images/rand07.jpg"
images[7] = "http://www.uwplatt.edu/finearts/speech/images/rand08.jpg"
images[8] = "http://www.uwplatt.edu/finearts/speech/images/rand09.jpg"
images[9] = "http://www.uwplatt.edu/finearts/speech/images/rand10.jpg"
function RandElement(IList){
   return(IList[Math.round(Math.random()*(IList.length-1))]);
}

