
function confirmGo(m,u) {
	if ( confirm(m) ) {
		window.location = u;
	}
}
