function applyOnline(job_title) {
	document.location = "careers_online_form.cfm?job_title=" + escape(job_title);
}

