$(document).ready(function(){

		$("#newcomment").hide();
			$("#comment_header").click(function () { 
				$("#newcomment").toggle(400); 
				$("#cj_comments").toggleClass("cmadd_down").toggleClass("cmadd_up");
			});


})


