//This script will break you out of frames automatically
//Use following if your own page is not in frames
if(top.location != document.location) {
  top.location = document.location; }
