function confirmDelete()
{
  return confirm('Do you really want to delete this?');
}

