postids = ["1", "1006", "1010", "1047", "1084", "113", "1204", "1466", "1550", "1569", "1581", "1585", "1597", "1704", "1729", "1731", "174", "1751", "178", "1832", "226", "27", "277", "29", "370", "380", "401", "405", "420", "426", "434", "448", "469", "476", "48", "52", "522", "526", "529", "54", "546", "58", "622", "627", "657", "704", "731", "74", "740", "757", "826", "85", "874", "886", "896", "905", "908", "91", "924", "932", "945", "956", "957", "96", "973", ""]; counts = ["2", "5", "1", "2", "1", "1", "2", "1", "2", "2", "1", "1", "1", "1", "2", "1", "2", "1", "1", "1", "5", "1", "1", "3", "1", "2", "5", "1", "1", "1", "5", "2", "2", "3", "3", "1", "5", "2", "2", "3", "1", "2", "3", "3", "2", "3", "1", "1", "4", "2", "1", "1", "1", "2", "2", "2", "1", "1", "1", "1", "1", "1", "2", "2", "2", ""]; start = 0; end = 65; function commentCounter (postid) { for (i = start; i < end; i++) { if (postids[i] == postid) { document.write (counts[i]); return } } document.write ("0"); return }