$(function(){$.getJSON("http://demo.firerift.com/api/system/systems",function(data){if(data.items[0].mod_comments=="YES"){var opts="authorized=NO";}else{var d=new Date();d.setTime(d.getTime()-1*86400000);var day=d.getUTCDate();var month=d.getUTCMonth();var year=d.getUTCFullYear();if(day<10){day="0"+day;}
if(month<10){month="0"+(month+1);}
var opts="created_at>"+year+"-"+month+"-"+day;}
$.getJSON("http://demo.firerift.com/api/blog/blog_entry_comments/count?"+opts,function(data){$("b.blog_comment_count").text(data);});$.getJSON("http://demo.firerift.com/api/gallery/media_item_comments/count?"+opts,function(data){$("b.gallery_comment_count").text(data);});});});