$(function() {
	$('#quote').ajaxForm({
		target: '#error',
		success: function() {
		$('#error').fadeIn('slow');
		}
	});
});