//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
Kid hospitalized for not eating, drinking after dental surgery
October 14, 2025
Got oral pain, inflammation? Maybe it's CBD to the rescue
October 14, 2025
RCM, integration fuel DSO growth at ADSO Next Level
October 14, 2025
New details emerge about dentist facing suit over patient death
October 13, 2025