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

})