function numberOfPosts(json) {
document.write('Total Artikel: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}

function numberOfComments(json) {
document.write('Total Komentar: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
