$(document).ready(function(){
		$('#commentLinker').click(function(){$('#comments').toggle("slow");return false;});
		$('#comments').css({"display": "none"});	
}); 
