$(document).ready(function(){var e='<h4>Comments for this entry on FriendFeed</h4>';var f='<h4>No Comments for this entry on FriendFeed</h4>';e+='<ul class="item_list">';$.getJSON(ff_uri,function(a){var b=a.entries;if(!b.length){$("div.friendfeed_comm").empty().html(f);return false}for(i=0;i<b.length;i++){var c=b[i].comments;if(!c){$("div.friendfeed_comm").empty().html(f);return false}for(d=0;d<c.length;d++){e+='<li class="item_body">'+c[d].body+'</li>';e+='<li class="item_meta">'+c[d].date+' <span class="meta_name">'+c[d].from.name+'</span></li>'}$("span.ff_comm_count").html('<a href="'+b[i].url+'">コメント on FriendFeed ('+c.length+')</a>');e+='</ul><p class="leave_txt"><a href="'+b[i].url+'">Leave comment on friendfeed</a></p>';if(b[i].likes)$("span.ff_comm_star").html('<img src="http://weblibrary.s224.xrea.com/weblog/images/icon/star.png" width="13px" height="13px"/> <a href="'+b[i].url+'">'+b[i].likes.length+'</a> つ いただきました。');}$("div.friendfeed_comm").empty().html(e)});return false});
