postids = ["228", "229", "230", "231", "233", "234", "236", "237", "239", "241", "242", "244", "245", "246", "247", "250", "251", "253", "254", "255", "256", "258", "259", "260", "261", "271", "272", "273", "275", "276", "277", "278", "279", "280", "281", "283", "284", "285", "286", "289", "291", "292", "293", "294", "296", "299", "300", "303", "304", "305", "306", "307", "311", ""]; counts = ["4", "2", "3", "4", "5", "9", "1", "1", "2", "13", "3", "2", "1", "1", "20", "3", "9", "6", "2", "0", "8", "4", "3", "3", "2", "3", "0", "-1", "2", "4", "1", "2", "5", "6", "2", "8", "8", "4", "1", "6", "6", "1", "2", "4", "3", "300", "10", "5", "3", "2", "1", "1", "14", ""]; start = 0; end = 54; 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')}