
$(document).ready(function() {
	//-- fade in centers
	$("#centerlistlink").click(function() {
		$("#centerlist").toggle('slow');
		return false;
	});
 });