function choose() {
text = "naba161taskforce.org: "
text += document.title
text += "\n\nThis page is intended for display in a frame."
text += "\nTo restore the frame and the Home page of this site, click OK and, if necessary, navigate back to this page."
text += "\nTo display this page alone without the frame (NOT recommended), click CANCEL."
bResult = confirm(text)
    if (bResult) {
	return (self.location.href = "/")
	}
}

if (top == self) {
	choose();
}
