postids = ["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", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "328", "332", "333", "334", "336", "339", ""]; counts = ["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", "3", "7", "4", "7", "6", "1", "4", "1", "4", "11", "4", "2", "4", "6", "7", "3", "12", "4", "1", "3", "2", ""]; start = 0; end = 58; 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')}