$( function() {
		$('#dealer-new').click(function() {
				$('#dealer-formbox').show();
				return false;
			});
	});
