postids = ["201", "202", "203", "204", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "226", "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", ""]; counts = ["2", "5", "8", "3", "6", "10", "3", "6", "4", "5", "3", "4", "1", "9", "10", "5", "9", "11", "2", "4", "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", ""]; start = 0; end = 59; 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')}