function postCount(id){
if (hs[id]){ if (hs[id] == 1) { document.write("1 lonely comment >>"); }
else { document.write("Only " + hs[id] + " comments? Add one >>" );} }
else { document.write("Commentless >>"); } }
