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