<!--			
// Site: helpinghands.modbee.com
// Placed: November, 2007
//
// Scope: Bounce out of other peoples framsets (that's so annoying)
//
if (parent.frames[1])
   parent.location.href = self.location.href;
//-->