function GetlatestComments(){$.ajax({type:"GET",url:"/comments/"+commentsBoxSection,dataType:"html",async:!0,error:function(){$("div#waiter:visible").fadeOut()},beforeSend:function(){$("div#waiter:hidden").fadeIn()},success:function(n){n.toString()!=""?$("#commentsBoxList").append(n.toString()):$("#rcCommentsBox").hide()},complete:function(){$("div#waiter:visible").fadeOut()}})}$(function(){GetlatestComments()})