//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_Membership_JavaScript
Oct 4, 2015
Latest in Home
Neiman index outperforms Charlson for predicting imaging use
December 20, 2024
40% of women in their 40s forgo biennial breast cancer screening
December 20, 2024
Practices must comply with the Corporate Transparency Act
December 20, 2024