function verifyDelete(hull){
	if (confirm("Are you sure you want to delete the record for hull "+hull+" from the database?")) {
		document.location = "http://www.barrelback.com/hull_delete.php?hull_id=" + hull;
	}
}
