function gonewdiving() {
	var theURL = "http://www.diveitaly.com/a_diving/diving.asp"
	if (top != self) {
		top.location = location
		}
	window.location = theURL
}
