document.write('
×
\'portrait
Ford, Karen
Director Emily Williamson Lab Schoo
Emily Williamson Lab School
School of Education
\'phone(318) 342-1913
\'email  Click To Reveal Email
\'default
Grimes, Sydney
Lead Teacher
Emily Williamson Lab School
School of Education
\'phone(318) 342-1913
\'email  Click To Reveal Email
\'default
Harmon, Jacqueline
Food Services Specialist 1
Emily Williamson Lab School
School of Education
\'phone(318) 342-1913
\'email  Click To Reveal Email
\'portrait
Key, Stacy
Assistant Director
Emily Williamson Lab School
School of Education
\'phone(318) 342-1913
\'email  Click To Reveal Email
\'default
Moss, Shameka
Lead Teacher
Emily Williamson Lab School
School of Education
\'phone(318) 342-1913
\'email  Click To Reveal Email
\'default
Spears, Megan
Lead Teacher
Emily Williamson Lab School
School of Education

\'email  Click To Reveal Email
\'default
Washington, Alexus
Lead Teacher
Emily Williamson Lab School
School of Education

\'email  Click To Reveal Email
');jQuery(function(){ //Check every 500ms for the change var fixTimer = setInterval(function() { var responseField = $('#g-recaptcha-response'); var hiddenIframe = $('.g-recaptcha iframe[style*="display: none"]'); if (responseField.length > 0 && hiddenIframe.length > 0) { responseField.attr('aria-label', 'reCAPTCHA response textarea'); if (hiddenIframe.length > 0) { hiddenIframe.attr({ 'title': 'reCAPTCHA security', 'aria-label': 'reCAPTCHA security' }); } clearInterval(fixTimer); console.log('Done'); } }, 500); 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_85852(url) { newwindow=window.open(url,'mapit_popup_ext','height=500,width=600'); if (window.focus) {newwindow.focus()} return false; }