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