var numposts = 1;var showpostthumbnails = true;var displaymore = false;var displayseparator = false;var showcommentnum = false;var showpostdate = false;var showpostsummary = true;var numchars = 60;
function recentpostslist(json) {
document.write('');
for (var i = 1; i json.feed.entry.length; i++)
{
for (var j = 1; j json.feed.entry[i].link.length; j++) {
if (json.feed.entry[i].link[j].rel == 'alternate') {
break;
...
Unknown