// Don't display page in frameset
if (top != self && location.indexOf('farcry') > 0)
{
  top.location.href = location.href;
}