﻿$(document).ready(function() {
	$('#whats-new > h2 > a').click(function() {
		$('#whats-new> table').toggle();
	});
});
