//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 (includes email validator)
Mar 31, 2014
Latest in Home
MRI casts light on patient outcome after heart attack
December 12, 2025
3D-printed prostheses bring hope in conflict zones
December 11, 2025
MRI proves effective for tracking results of obesity interventions
December 10, 2025
Lung cancer screening: How Croatia does it
December 10, 2025















