//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
May 1, 2016
Latest in Home
Do young athletes with low back pain need advanced imaging?
February 12, 2026
Structured reporting, AI improve chest x-ray workflows
February 11, 2026
Radiologist outrages public decency
February 10, 2026
'Hub-and-spoke' model and telemedicine can boost stroke care
February 9, 2026














