function breakout_of_frame()
{
  if (top.location != location && location.hostname != 'secure.fast-serve.net') {
    top.location.href = document.location.href ;
  }
}
