function makesure() {
	return confirm("Are you sure you want to delete this?");
}
function goto(url) {
	window.location.href = url;
}
