function askDelete() {
    // Make sure user wants to actually delete
    return confirm('Are you sure you want to delete this object?');
}
