
var hs = new Array();

hs["on_the_waterfront___day_327_8__weekend_edition_21_"]=2;hs["on_the_waterfront___day_315__monday_9_august_2010"]=1;hs["on_the_waterfront___day_313_4__weekend_edition_7_8"]=1;hs["on_the_waterfront___day_312__friday_6_august_2010"]=1;hs["on_the_waterfront___day_302__tuesday_27_july_2010"]=1;hs["on_the_waterfront___day_301__monday_26_july_2010"]=1;hs["on_the_waterfront___day_297__thursday_22_july_2010"]=1;hs["on_the_waterfront___day_295__tuesday_20_july_2010"]=1;hs["on_the_waterfront___day_289__wednesday_14_july_201"]=2;hs["on_the_waterfront___day_288__tuesday_13_july_2010"]=3;hs["on_the_waterfront___day_287__monday_12_july_2010"]=1;hs["on_the_waterfront___day_281__tuesday_6_july_2010"]=1;hs["on_the_waterfront___day_275__wednesday_30_june_201"]=2;hs["on_the_waterfront___day_276__thursday_1_july_2010"]=3;hs["on_the_waterfront___day_270__friday_25_june_2010"]=2;hs["on_the_waterfront___day_266__monday_21_june_2010"]=1;hs["on_the_waterfront___day_263__friday_18_june_2010"]=2;hs["on_the_waterfront___day_261__wednesday_16_june_201"]=1;hs["on_the_waterfront___day_241__thursday_27_may_2010"]=1;hs["on_the_waterfront___day_234__thursday_20_may_2010"]=1;hs["on_the_waterfront___day_235__friday_21_may_2010"]=2;hs["on_the_waterfront___day_229_30__weekend_edition_15"]=2;hs["on_the_waterfront___day_219__wednesday_5_may_2010"]=2;hs["on_the_waterfront___day_220__thursday_6_may_2010"]=1;hs["on_the_waterfront___day_218__tuesday_4_may_2010"]=1;hs["on_the_waterfront___day_216__weekend_edition_1_2_m"]=1;hs["on_the_waterfront___day_212__tuesday_27_april_2010"]=4;hs["on_the_waterfront___day_211__monday_26_april_2010"]=1;hs["on_the_waterfront___day_206__wednesday_21_april_20"]=2;hs["on_the_waterfront___day_205__tuesday_20_april_2010"]=1;hs["on_the_waterfront___day_195_6__weekend_edition_10_"]=1;hs["on_the_waterfront___day_191__tuesday_6_april_2010"]=3;hs["on_the_waterfront___day_188_9__weekend_edition_3_4"]=3;hs["on_the_waterfront___day_184__tuesday_30_march_2010"]=1;hs["pax_east_2010___day_4__monday_29_march_2010"]=1;hs["on_the_waterfront___day_185__wednesday_31_march_20"]=1;hs["on_the_waterfront___day_176__monday_22_march_2010"]=1;hs["on_the_waterfront___day_172__thursday_18_march_201"]=1;hs["on_the_waterfront___day_174_5__weekend_edition_20_"]=1;hs["on_the_waterfront___day_163__tuesday_9_march_2010"]=2;hs["on_the_waterfront___day_158__thursday_4_march_2010"]=1;hs["on_the_waterfront___day_155__monday_1_march_2010"]=1;hs["on_the_waterfront___day_151__thursday_25_february_"]=1;hs["on_the_waterfront___day_145__friday_19_february_20"]=2;hs["on_the_waterfront___day_141__monday_15_february_20"]=1;hs["on_the_waterfront___day_135__tuesday_9_february_20"]=1;hs["on_the_waterfront___day_137__thursday_11_february_"]=1;hs["on_the_waterfront___day_130__thursday_4_february_2"]=1;hs["on_the_waterfront___day_131__friday_5_february_201"]=1;hs["on_the_waterfront___day_127__monday_1_february_201"]=3;hs["on_the_waterfront___day_125_6__weekend_edition_30_"]=3;hs["on_the_waterfront___day_122__wednesday_27_january_"]=1;hs["on_the_waterfront___day_123__thursday_28_january_2"]=2;hs["on_the_waterfront___day_121__tuesday_26_january_20"]=1;hs["on_the_waterfront___day_116__thursday_21_january_2"]=1;hs["on_the_waterfront___day_109__thursday_14_january_2"]=1;hs["on_the_waterfront___day_106__monday_11_january_201"]=1;hs["on_the_waterfront___day_102__thursday_7_january_20"]=1;hs["on_the_waterfront___day_101__wednesday_6_january_2"]=1;hs["test2"]=1;hs["test"]=6;
function postCount(id) {
	id = id.toLowerCase();
	var hs_search = new RegExp ('\\W','gi');
	var hs_id = id.replace (hs_search,"_");
	id = hs_id.substring (0,50);
	if (hs[id])	{
		if (hs[id] === 1) {
			document.write("1 Comment");
		} else {
			document.write("" + hs[id] + " Comments");
		}
	}
	else {
		document.write("Discuss!");
	}
}

