$(document).ready(function() { 
	var options = { 
		target: '#alert',
	}; 
	$('#contactForm').ajaxForm(options); 
}); 
