//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
Dental manager gets hefty prison term for $6M scam
November 14, 2024
NIDCR director on leave due to probe into her alleged behavior
November 14, 2024
Things that affect patients' access to dental care
November 14, 2024
Addressing bullying in your dental practice
November 14, 2024