﻿ (function($) {

     /********************************
     Executes once the form has loaded
     *********************************/
     $(document).ready(function() {

         $('#divMedicareComplaintForm div.MedicareComplaintFormBody a:last').click(function(event) {
             LeavingSiteModal($(this).attr('href'), 'True');
             event.preventDefault();
         });
     });

 })(jQuery);
