function whoa(messg,place) {
	if (confirm(messg)) document.location=place;
}
