postids = [""]; counts = [""]; start = 0; end = 1; function commentCounter (postid) { for (i = start; i < end; i++) { if (postids[i] == postid) { document.write (counts[i]); return } } document.write ("0"); return } function trackbackCounter (postid) {document.write ('0')}