document.write('
×
\'portrait
Anderson, Jordan
Associate Professor
Dental Hygiene
School of Allied Health
\'phone(318) 342-1620
\'email  Click To Reveal Email
\'default
Beebe, Kayla
P/T Faculty
Dental Hygiene
School of Allied Health
\'phone(318) 342-1621
\'email  Click To Reveal Email
\'default
Braswell, Anna
Instructor
Dental Hygiene
School of Allied Health
\'phone(318) 342-1621
\'email  Click To Reveal Email
\'portrait
Davis, Kristi
P/T Faculty
Dental Hygiene
School of Allied Health
\'phone(318) 342-1616
\'email  Click To Reveal Email
\'default
Fowlkes, Matthew
Associate Professor
Dental Hygiene
School of Allied Health
\'phone(318) 342-1621
\'email  Click To Reveal Email
\'default
Garnett, Wendi
P/T Faculty
Dental Hygiene
Health Sciences Operations
\'phone(318) 342-1626
\'email  Click To Reveal Email
\'default
Huffstutter, Robert
P/T Faculty
Dental Hygiene
School of Allied Health
\'phone(318) 396-8660
\'email  Click To Reveal Email
\'default
John, Howard
Assistant Professor
Dental Hygiene
School of Allied Health
\'phone(318) 342-1616
\'email  Click To Reveal Email
\'portrait
Lewis, Carol
P/T Faculty
Dental Hygiene
School of Allied Health
\'phone(318) 342-1621
\'email  Click To Reveal Email
\'default
McMullen, Freddie
Associate Professor
Dental Hygiene
School of Allied Health
\'phone(318) 342-1621
\'email  Click To Reveal Email
\'portrait
Menzina, Jill
Asst. Prof.
Dental Hygiene
School of Allied Health
\'phone(318) 342-1619
\'email  Click To Reveal Email
\'portrait
Richardson, Amanda
Assoc Prof Clinical Coord
Dental Hygiene
School of Allied Health
\'phone(318) 342-1618
\'email  Click To Reveal Email
\'portrait
Whorton, Kimberly
Associate Professor; Dental Hygiene
Dental Hygiene
School of Allied Health
\'phone(318) 342-1623
\'email  Click To Reveal Email
');jQuery(function(){ jQuery('div.email, td.studentEmail').click(function(){ var mytext = $(this).text(); if(mytext.includes('.edu')){ } else{ $('#myCaptcha').css({'width':'100%'}); //Find the email id var id = $(this).attr('id'); var form = $('.custom-cap'); form.on('submit',function(e){ e.preventDefault(); //e.stopImmediatePropagation(); $.ajax({ type:'POST', url:'/search/verifier.php', data:{id:id,captcha:grecaptcha.getResponse()}, success:function(result){ $('#myCaptcha').css({'width':'0%'}); myid = 'div#'+id; if(result=='1' || result== '0'){ //location.reload(); } else{ if(result.includes('warhawks')){ myid = 'td#'+id; } $(myid).html(result); } grecaptcha.reset(); } }); }); } }); //Function to close the overlay jQuery('a.closebtn').click(function(){ $('#myCaptcha').css({'width':'0%'}); }); }); function popitup_63582(url) { newwindow=window.open(url,'mapit_popup_ext','height=500,width=600'); if (window.focus) {newwindow.focus()} return false; }