// wait for the DOM to be loaded 
$(document).ready(function() { 

	$('#enermax_newsletter_email').example(function() {
		return $(this).attr('title');
	});
	var options = { 
		target:        '#enermax_newsletter_result'
	}; 
	$('#newsletterform').ajaxForm(options); 
}); 