<!--			
// Site: www.WesternCaves.org
// Placed: January, 2004
//
// Scope: Bounce out of other peoples framsets (that's so annoying)
//
//
if (parent.frames[1])
   parent.location.href = self.location.href;
//-->