function verifyremove(msg, url) {
	if(confirm(msg)) location.href = url;
	else return false;
}
