function gonewmod(NM) {
	var theURL = NM
	if (top != self) {
		top.location = location
		}
	window.location = theURL
}
