   setTimeout ("escapeFrame()", 2000);
   function escapeFrame() {
   if (window != top) top.location.href = location.href;
   }