$(document).ready(function(){
	$("#notificationsTitle").click(function(){
		$("#notificationsBody").slideToggle("slow");
	});
});