function writeCourseTitle(){
  document.writeln('CMPS 240: Data Structures and Algorithms');
}
