(function($) {
showAdres = function(vestiging) {
	$("#adressenList .adres").each(function() {
		$(this).fadeOut(250);
	});
	setTimeout('$(".'+vestiging+'").fadeIn(250);', 300);
};
})(jQuery);