// JavaScript Document
function ExportReport() {
	$.ajax({
  url: 'responders/CreateMemberReport.php'
});
}
