function submitForm() {
	$.post("posttest.php", $("#contactform").serialize(), function(data) {
		alert("Data Loaded: " + data);
	});
		
}
