Sitemap

var g = postPublished[f]; postPublished[f] = postPublished[h]; postPublished[h] = g; var g = postRecent[f]; postRecent[f] = postRecent[h]; postRecent[h] = g } for (var b = d; b < c - 1; b++) { for (var a = b + 1; a < c; a++) { if (postTitle[b] > postTitle[a]) { e(b, a) } } } } function displayToc() { var a = 0; var b = 0; while (b < postTitle.length) { temp1 = postLabels[b]; document.write(""); document.write('

' + temp1 + '

'); firsti = a; do { document.write("
"); document.write('' + postTitle[a] + ""); if (postRecent[a] == true) { document.write(' - New!') } document.write("
"); a = a + 1 } while (postLabels[a] == temp1); b = a; document.write("
"); sortPosts2(firsti, a); if (b > postTitle.length) { break } } }