$(function() {
	$('#partnersLink').click(function() {
				$('#partners').toggle('fast');
	});	
});
