try {
document.execCommand('BackgroundImageCache',false,true);
} catch(e) {}

function jjContact(){
	var jjAddress = "contact@njlapbariatrics.com";
	location.href = "mailto:" + jjAddress;
}

function ccGetCurrentPageName(){
return document.location.href.substring(document.location.href.length, document.location.href.lastIndexOf('/') + 1);
}



function ccLoadPage(){
var ccPN = ccGetCurrentPageName();
if (ccPN=="procedures.html"){
	//alert(ccPN);
	start();
	}
var jjH = ((document.getElementById('MT').offsetHeight)-460);
document.images['ccRSzA'].height=jjH;
changeResults(0);
}

function ccResized(){
var ccPN = ccGetCurrentPageName();
if (ccPN=="procedures.html"){
	//alert(ccPN);
	start();
	}
var jjCH = (Math.round((document.getElementById('MT').offsetHeight)-460)+1);
document.images['ccRSzA'].height=jjCH;
}

window.onresize=ccResized;
window.onload=ccLoadPage;
