﻿<!--
function deleteEventConfirmation(redirect)
{
  if (confirm('Are you sure you want to delete this Event?'))
  {
    location.href = redirect;
  }
}
//-->
