// This script busts pages out of framesets
if (window != window.top)
  top.location.href = location.href;
