if (Drupal.jsEnabled) {
	$(document).ready(function() {
		$("div#forum").hide();
	});
}

