<% '======================================================================================================================= ' Jurisdiction Number Validation '======================================================================================================================= ' STUB: always returns True. Replace with a real lookup once a jurisdictions ' table/reference list exists to validate the submitted number against. Function IsValidJurisdictionNumber(jurisdictionNumber) IsValidJurisdictionNumber = True End Function %>