// Used to place text in the status bar
function stdStatus() {
   window.status = "Caffeinated Networks (caffinated.net)";
   return true;
} // end function

// Get out of some idiot's frame
if (top != self) { top.location = self.location; }