//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 - paywall
Mar 6, 2014
Latest in Home
Ultrasound may zap biofilms in the future
September 12, 2025
How to keep your RCM moving when dental patient flow slows
September 12, 2025
5 steps to instantly find the dental career you've always wanted
September 12, 2025
Dr. Tom Giacobbi on patient communication and personalization
September 12, 2025