$(document).ready(function(){
	$("#sendform").validate();
	/*$('#sendform').ajaxForm(function() {
		$("#petition-form").hide(function(){
			$("#petition-form").html('<p>Thanks for signing the petition</p>')
			$("#petition-form").show();
		});	
	});*/
	$.localScroll();
});

