departmentName = "College of Liberal Arts and Education";
pageName = "Criminal Justice Department";
contactName = "CJ Web Manager";
contactEmail = "web@uwplatt.edu";
template = "cj";

menuEntry("UWP Home", "http://www.uwplatt.edu/");
menuEntry("LAE Home", "http://www.uwplatt.edu/lae/");
menuEntry("Criminal Justice", "http://www.uwplatt.edu/cj/");
menuEntry("CJ Career Day", "cjassoc.htm");

menuHeader("Programs");
menuEntry("Major", "program.htm#major");
menuEntry("BS/BA Degree", "program.htm#BSBA");
menuEntry("Emphases", "program.htm#emphases");
menuEntry("Masters", "http://www.uwplatt.edu/disted/degrees/cj/index.html");
menuEntry("Program Info", "index.html#info");
menuEntry("Courses Offered", "cjcourses.htm");

menuHeader("Department");
menuEntry("Faculty/Staff", "cjstaff.htm");
menuEntry("Newsletters", "cjrap.htm");
menuEntry("Scholarships", "http://www.uwplatt.edu/finaid/lae_cj.html");
menuEntry("CJ Association", "cjassoc.htm");

menuHeader("Resources");
menuEntry("CJ Job Vacancies", "cjvacancies.htm");
menuEntry("CJ Links", "cjrefs.htm");
menuEntry("Distance Education", "http://www.uwplatt.edu/disted/");

addCrumb("UWP Home","http://www.uwplatt.edu");
addCrumb("LA&amp;E Home","http://www.uwplatt.edu/lae/");
addCrumb("Criminal Justice","http://www.uwplatt.edu/cj/");

var contactName="CJ Web Manager";
var contactEmail="rukashar@uwplatt.edu";

function drawEmail() {
		document.write ("<a href='mailto:"+contactEmail+"'>"+contactName+"</a>");
}

images = new Array();
images[0] = "images/rand01.jpg"
images[1] = "images/rand02.jpg"
images[2] = "images/rand03.jpg"
images[3] = "images/rand04.jpg"
images[4] = "images/rand05.jpg"
images[5] = "images/rand06.jpg"
images[6] = "images/rand07.jpg"
images[7] = "images/rand08.jpg"
images[8] = "images/rand09.jpg"
images[9] = "images/rand10.jpg"
images[10] = "images/rand11.jpg"
images[11] = "images/rand12.jpg"
function RandElement(IList){
   return(IList[Math.round(Math.random()*(IList.length-1))]);
}