 $(document).ready(function() {

 });
 
function displayForumForm() {
	$(".forum-form").show();
	return false;
}
