function prf_onClickAddAnotherStudy(template) {
	new Insertion.Bottom('profile_educations', XPS_template_populate(template, { index: $('education_total').value++ }));
}

function prf_onClickAddAnotherJob(template) {
	new Insertion.Bottom('profile_works', XPS_template_populate(template, { index: $('work_total').value++ }));
}
