---
title: 'Notaries at the Law School'
date: '2012-03-21T10:00:34-05:00'
type: page
word_count: 132
char_count: 1066
tokens: 172
---

# Notaries at the Law School

Notary services are only available for faculty, staff, and students within the Law School.



   Name Title     [Crystal Lucio](/faculty_staff/crystal-lucio) Administrative Assistant II   [Jill Kjar](/faculty_staff/jill-kjar) Office Manager, Alabama Law Institute   [Nicole Hughes](/faculty_staff/nicole-hughes) Assistant Director Law School Career Services   [Yuri Linetsky](/faculty_staff/yuri-linetsky) Clinical Associate Professor of Law and Director of the Civil Law Clinic         //this does the search filtering
    	var $rows = $('tbody tr');
    	$('#search').keyup(function() {
    		var val = $.trim($(this).val()).replace(/ +/g, ' ').toLowerCase();
    		$rows.show().filter(function() {
    		var text = $(this).text().replace(/\s+/g, ' ').toLowerCase();
    		return !~text.indexOf(val);
    	}).hide();
    	});
    //this sorts based on the id below on page load
    	window.addEventListener('load', function () {
    		const el = document.getElementById('name-column')
    		if (el) {
    			el.click()
    		}
    	})
