/*
* If you want to copy the code below, please DO NOT delete or modify this note
*
* Author : Copycat91
* Website : http://infotentangblog.blogspot.com/
* Description :
* Creating a recent post widget classified by labels.
*
* Inspired from : a comment on http://tutorial-jitu.blogspot.com/
* Thanks a lot for : http://buzz.blogger.com/
* Created by : NetBeans IDE 6.5
*/
var num = jumlah_maksimum_post;
var wsumm = dengan_ringkasan;
var summlen = jumlah_karakter_ringkasan;
var json; var labels;
function entryHasLabel(entry, label){
if(label == "*"){return true;} // always true if label is "*"
var labels = getPostLabels(entry);
return isExists(labels, label);
}
function getAllLabels(json){
var labels = [];
var entries = json.feed.entry;
for(var i=0; i";}
for(var i=0; i
";
s += post.content;
s += "
continue>> ";
s += "