// Global .js File for the 2nd level menus on AU Web
// Author: Daniel Dixon
// Created: 12/16/05
// Last Modified: 12/20/05 js

// used to create a clickable hidden DIV tag over the Sesquicentennial title
function goToSesquicentennial() {
  this.location.href = "http://www.auburn.edu/150";
 }
