$(document).ready(function(){
	
	$("a.view").click(function () { 
      $("div#comment-section").show(); 
    });
}); 					   