$(function(){globModComments="YES";$.getJSON("http://demo.firerift.com/api/system/systems",function(data){if(data.items[0].mod_comments=="NO"){globModComments="NO";$("div.panel-body-holder h1:first div").hide();$.comments("blog/blog_entry_comments",{include:"blog_entry",parent_user_id:$.session.user.id,order:"created_at DESC"});}else{$("div.panel-body-holder h1:first div").text("Not Yet Moderated");$("#not_authorized, #already_authorized").show();$.comments("blog/blog_entry_comments",{include:"blog_entry",authorized:"NO",parent_user_id:$.session.user.id,order:"created_at DESC"});}});});