//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
U.S. charges reveal massive dental practice embezzlement
February 13, 2026
ADHA adopts policies affecting scope of practice, licensure, more
February 13, 2026
Fake dental assistant accused of disfiguring woman arrested again
February 12, 2026















