IMV_Ints.InterstitialInit = function(){
var aan=$('#aan');
var nam=$('#insname');
if(nam){
var rgx = /^[aeiou]/i;
if(aan && rgx.test(nam.text()) ){
aan.text('an');
}
}
};
IMV_Ints.InterstitialEnd = function () {
$('#dvNo').click(function () {
var id = this.getAttribute('data-id');
$.ajax({
url : 'imvapi/display/insideropt/' + id + '?OptOut=true',
type : 'GET',
dataType : 'text',
contentType : 'application/x-www-form-urlencoded; charset=UTF-8',
cache : false,
success : function (result, textStatus, jqXHR) {
//alert('success!' + textStatus);
}
}).done(function (data) {
//alert('done!')
});
IMV_Ints.InterstitialClose();
});
};
Interstitial, Insider JavaScript
Sep 2, 2014
Latest in Home
3D DEXA reveals lower bone density in diabetes patients
August 22, 2025
Gadolinium in ... beer?
August 22, 2025
MWA safe, effective in treating hyperthyroidism with nodules
August 22, 2025