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

