//DO NOT INCLUDE SCRIPT TAGS
IMV_Ints.validateEmail = function(strEmail){
//replace any leading or trailing spaces
strEmail=$.trim(strEmail);
var regex = /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/;
if(!regex.test(strEmail)) return false;
return true;
}
IMV_Ints.postGo = function(url){
$('#dvIntsError').fadeOut(300);
if(!IMV_Ints.validateEmail($('#ints-txtEmail').val())){
$('#dvIntsError').fadeIn(300);
return;
}
var form=$('
Interstitial, supplemental javascript (includes email validator)
Mar 10, 2014
Latest in Home
Dentists weigh in on what's up with RFK Jr.'s teeth
July 25, 2025
Podcast: 3 current hot topics in pediatric dentistry
July 25, 2025
Excellence in dental practice
July 25, 2025