var courseArray = new Array();

function course(name,offered)
{
	this.name=name;
	this.offered=offered;

	courseArray[courseArray.length]=this;
}

coen10=new course("COEN 10","f")
coen11=new course("COEN 11","w")
coen12=new course("COEN 12","s")
coen19=new course("COEN 19","fw")
coen20=new course("COEN 20","fs")
coen21=new course("COEN 21","fs")
coen30=new course("COEN 30","")
coen44=new course("COEN 44","w")
coen45=new course("COEN 45","ws")
coen70=new course("COEN 70","w")
coen120=new course("COEN 120","f")
coen122=new course("COEN 122","s")
coen127=new course("COEN 127","w")
coen129=new course("COEN 179","")
coen145=new course("COEN 145","s")
coen146=new course("COEN 146","w")
coen148=new course("COEN 148","f")
coen150=new course("COEN 150","f")
coen152=new course("COEN 152","w")
coen161=new course("COEN 161","w")
coen162=new course("COEN 162","w")
coen163=new course("COEN 163","")
coen165=new course("COEN 165","w")
coen166=new course("COEN 166","s")
coen171=new course("COEN 171","")
coen172=new course("COEN 172","")
coen173=new course("COEN 173","")
coen174=new course("COEN 174","f")
coen175=new course("COEN 175","w")
coen177=new course("COEN 177","f")
coen178=new course("COEN 178","s")
coen180=new course("COEN 180","")

elen21=new course("ELEN 21","fs")
elen33=new course("ELEN 33","s")
elen50=new course("ELEN 50","fwsr")
elen100=new course("ELEN 100","s")
elen104=new course("ELEN 104","f")
elen105=new course("ELEN 105","w")
elen110=new course("ELEN 110","f")
elen112=new course("ELEN 112","w")
elen115=new course("ELEN 115","w")
elen116=new course("ELEN 116","s")
elen117=new course("ELEN 117","f")
elen118=new course("ELEN 118","w")
elen123=new course("ELEN 123","s")
elen127=new course("ELEN 127","w")
elen130=new course("ELEN 130","w")
elen133=new course("ELEN 133","f")
elen141=new course("ELEN 141","w")
elen143=new course("ELEN 143","s")
elen144=new course("ELEN 144","s")
elen151=new course("ELEN 151","f")
elen152=new course("ELEN 152","w")
elen153=new course("ELEN 153","w")
elen156=new course("ELEN 156","s")
elen160=new course("ELEN 160","f")
elen180=new course("ELEN 180","s")

phys31=new course("PHYS 31","w")
phys32=new course("PHYS 32","s")
phys33=new course("PHYS 33","f")
phys34=new course("PHYS 34","w")


