function confirmDelete() {
  return confirm ( "Delete This Post?" );
}

function confirmNuke() {
  return confirm ( "Delete this post and its author, and ban the author's IP address?" );
}
