	$(function(){
		$('form#registration').ajaxForm({
	        success: function(responseHTML) {
	            $('#fancy_content #fancy_ajax').html(responseHTML);
	        },
			resetForm: true
	    });
	});

