function changePage() {
	if (self.parent.frames.length != 0)
		if (self.name != "wm")
			self.parent.location=document.location;
}

function startup() {
	setTimeout ("changePage()", 1000);
}
