/******* APPLICATION FUNCTIONS ****************************************/
function getDeathBenefits(month)
{
	$.ajax({
		url: /ibbproxy.php?page=member/getDeathBenefits.php&month=" + month
	}
});

