function bustFrames() 
{
  var quirksMode = (top == self);
  if (!quirksMode) 
  top.location.href = '/';
}