function confirmgo(message,where) {
	if (confirm(message))
		document.location = where;
}

