function relocate() {
	top.location.replace(self.location);
}

if (top.location != self.location) {
     setTimeout('relocate()',180000);
}
