jQuery(function($){
	
	$("#form_envia").submit(
		function(){
			setDirections();
		}
	)

});
