if (top.location != self.location) top.location.replace(self.location);

function remove_ad(x) {
   var centers = document.getElementsByTagName("center");
   centers[x].innerHTML = "";
}
action = remove_ad(0);
