/*
The following code is for the career search page link to handle if a user is sent there direct vaio the splash redirect.  
It keeps out site from opening a frame to itself

*/

  if (top.location != self.location)
  top.location = self.location;
