HTML -------------------------------- /Scripts/json.js ------------------------------ function labelthumbs(json) { document.write(' '); for (var i = 0; i '); if (showpostthumbnails == true) document.write(' '); document.write(' ' + posttitle + ' '); if ("content" in entry) { var postcontent = entry.content.$t; } else if ("summary" in entry) { var postcontent = entry.summary.$t; } else var postcontent = ""; var re = / ]*>/g; postcontent = postcontent.replace(re, ""); if (showpostsummary == true) { if (postcontent.length '); if (showpostdate == true) { towrite = towrite + monthnames[parseInt(cdmonth, 10)] + '-' + cdday + ' - ' + cdyear; flag = 1; } if (showcommentnum == true) { if (flag == 1) { ...