/*

---------------------------------------------------------------------
Global JavaScript Code
---------------------------------------------------------------------
CSULA ACM <http://acm.calstatela.edu>

*/

// Break out of frames
if (top.location != self.location)
  top.location.replace(self.location);
