if (self != top) {
  top.location = self.location;
}
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
self.focus();

function sendVisitor() {
	window.open(Url);
	setTimeout("document.location = Redirect;", Timer);
}