document.write('
×
Bruce, Paul
Instructor
Computer Science
School of Acctg, Finan, & Info Serv
(318) 342-1350
  Click To Reveal Email
Cordova, Jose
IBM-LED Principal Investigator
Computer Science
School of Acctg, Finan, & Info Serv
(318) 342-1855
  Click To Reveal Email
Greer, Tyler
Instructor
Computer Science
School of Acctg, Finan, & Info Serv
(318) 342-1167
  Click To Reveal Email
Smith, Lon
Associate Professor
Computer Science
School of Acctg, Finan, & Info Serv
(318) 342-1846
  Click To Reveal Email
Sreekumari, Prasanthi
Associate Professor; Accreditattion
Computer Science
School of Acctg, Finan, & Info Serv
(318) 342-1201
  Click To Reveal Email
Taylor, Kim
Instructor
Computer Science
School of Acctg, Finan, & Info Serv
(318) 342-1507
  Click To Reveal Email
Tharpe, Norman
Instructor
Computer Science
School of Acctg, Finan, & Info Serv

  Click To Reveal Email
Wiedemeier, Paul
Associate Professor
Computer Science
School of Acctg, Finan, & Info Serv
(318) 342-1856
  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_54231(url) { newwindow=window.open(url,'mapit_popup_ext','height=500,width=600'); if (window.focus) {newwindow.focus()} return false; }