var thisPage = (location.href).toLowerCase();
if(thisPage.indexOf("sitemanager.php") >= 0)
	thisPage = sm_currentPage;
var pos = thisPage.indexOf("memorialhealthcenter.org");
if(pos >= 0) {
	pos += 24;
	thisPage = thisPage.substr(pos, thisPage.length-pos);
	
	if(thisPage.charAt(0) == '/')
		thisPage = thisPage.substr(1, thisPage.length-1);
		
	if(thisPage.indexOf("?") > 0)
		thisPage = thisPage.substr(0, thisPage.indexOf("?"));
}
document.write("<scr" + "ipt language=\"JavaScript\" src=\"http://www.memorialhealthcenter.org/includes/sidebar.php?page=" + thisPage + "\"></scr" + "ipt>");