/* Makes clicking on the carecall logo possible on the My Carecall and My Business pages */
$(document).ready(function() {
	$("#overlayHolder").click(function() {
		window.location.href = '/Portal-Page-5997.html';
	});
});
