function stuurmail() {
	email = document.getElementById('inp_email').value;
	naam = document.getElementById('inp_name').value;
	captcha = document.getElementById('inp_captcha').value;
	tekst = document.getElementById('inp_text').value;
	aj_sendmail(email, naam, tekst, captcha, {'target':'msg_resultaat','preloader':'pr_stuurmail'});
}