$(document).ready(function(){
	jQuery('.quicklink').click(function(e){
		$(this).next().slideToggle(150);
		return false;
	});	
});
