$(function() {
	$('#quickcontactform').ajaxForm({
		target:'#quickcontactresult',
		type:'post'
    }); 
	
});