
var i = top.frames.length;
if (i == 0 || window.name == "content")
{
  var now = window.location.href;
  var then = "/refresh/frameset.php?p="+now;
  //var nix = "/empty.html";
  //window.location.href = nix;
//  window.setTimeout(window.open(then, "_top"), 300);
  window.setTimeout('top.location.replace(then, "_top")', 300);
}
