// this array used with cwubar.html's search feature
// one line in array per course
//   format -- "(course number):(url to the page about that course)",
//   example -- "333:/dept/classes/g333.html"
//   NOTE: be sure to have a comma after each line in the array EXCEPT the LAST LINE
courses = new Array(
	"107:/dept/courses/g107",
	"108:/dept/courses/g108",
	"200:/dept/courses/g200",
	"210:/dept/courses/g210",
	"346:/facstaff/mattinson/g346",
	"360:/dept/courses/g360",
	"370:/dept/courses/g370",
        "398:/dept/courses/g398",
	"410:/dept/courses/g410",
	"415:/dept/courses/g415",
	"445:/dept/courses/g445",
        "475:/facstaff/mattinson/g475",
	"478:/facstaff/wendy/g478",
	"487:/facstaff/charlier/courses/g487",
	"489:/dept/courses/g489",
        "498:/facstaff/mattinson/g498",
	"499:/dept/courses/g499-gec",
	"501:/dept/courses/g501",
	"502:/dept/courses/g502",
	"503:/dept/courses/g503",
	"515:/dept/courses/g415",
	"545:/dept/courses/g445",
	"565:/dept/courses/g565",
        "575:/facstaff/mattinson/g475",
	"hydro:/dept/courses/g445",
	"denali:/facstaff/charlier/currentprojects/denali",
	"ecsz:/facstaff/charlier/currentprojects/ecsz.html",
	"snow:/facstaff/charlier/currentprojects/avalanche/",
	"avalanche:/facstaff/charlier/currentprojects/avalanche/",
	"earthquake:/dept/courses/g415",
	"volcanology:/dept/courses/g478",
	"Bohrson:/facstaff/wendy",
	"Ely:/facstaff/ely",
	"Gazis:/facstaff/cgazis",
	"Hinthorne:/facstaff/jimh",
        "Huerta:/facstaff/huerta",
	"Lee:/facstaff/lee",
	"Melbourne:/facstaff/tim",
	"Miller:/facstaff/meghan/miller.html",
	"Rubin:/facstaff/charlier/rubin.html",
	"Zentner:/facstaff/nick/zentner.html",
	"Walter:/grad/walter",
        "Winberry:/facstaff/winberry",
	"Scrivner:/facstaff/craig"
	);
