document.write('
×
\'portrait
Boldin, James
Professor; Emily-Lou Biedenharn End
Music
School of Visual & Performing Arts
\'phone(318) 342-1591
\'email  Click To Reveal Email
\'default
Carey, Nancy
Assistant Professor
Music
School of Visual & Performing Arts

\'Phone(318) 342-1375
\'email  Click To Reveal Email
\'portrait
Chandler, Deborah
Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1592
\'email  Click To Reveal Email
\'default
Havard, Justin
Instructor
Music
School of Visual & Performing Arts
\'phone(318) 342-1579
\'email  Click To Reveal Email
\'portrait
Humes, Scot
Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1576
\'email  Click To Reveal Email
\'default
Johnson, Adam
Associate Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1596
\'email  Click To Reveal Email
\'default
Kilpatrick, Carlton
Assistant Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1360
\'email  Click To Reveal Email
\'portrait
Lunte, Sandra
Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1578
\'email  Click To Reveal Email
\'portrait
Mobley, Melvin
Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1575
\'email  Click To Reveal Email
\'default
Parrish, Allen
Assistant Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1580
\'email  Click To Reveal Email
\'default
Rennick, Elizabeth
P/T Faculty
Music
School of Visual & Performing Arts
\'phone(318) 342-3086
\'email  Click To Reveal Email
\'portrait
Seiler, Richard
Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1571
\'email  Click To Reveal Email
\'default
Siereveld, Eric
Assoc Professor
Music
School of Visual & Performing Arts
\'phone(318) 342-1597
\'email  Click To Reveal Email
\'portrait
Vangelisti, Claire
Professor; Associate Director, Scho
Music
School of Visual & Performing Arts
\'phone(318) 342-1588
\'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_93057(url) { newwindow=window.open(url,'mapit_popup_ext','height=500,width=600'); if (window.focus) {newwindow.focus()} return false; }