var bb = new Array();
var lastpost = 1067822768;
bb['1067822768'] = 4;
bb['1950146569'] = 1;
bb['2158748689'] = 2;
bb['2501421148'] = 1;
bb['2960770122'] = 2;
bb['3002246787'] = 2;
bb['3568570756'] = 1;
bb['3868928314'] = 3;
bb['4413242056'] = 4;
bb['4423882784'] = 1;
bb['4939113458'] = 4;
bb['5437195109'] = 1;
bb['5737963810'] = 2;
bb['6406405078'] = 1;
bb['7278565627'] = 4;
bb['8035611028'] = 1;
bb['8249521823'] = 2;
bb['8659469354'] = 1;
bb['8968909128'] = 1;
bb['9118936302'] = 2;
function postCount(id) {

		 if ( (id*1) > 1000000000000000 ) { var id = id.toString(); var id = id.substr(0,10); }

		 /* document.write(id+"="+bb[id]+" "); */

		 if (bb[id]) {

		   if (bb[id] == 1) { document.write("1 comentário"); } else { document.write( "" + bb[id] + " comentários"); }

		 }

		 else { 

			if ( id < lastpost ) {document.write("comentários(a)"); }  else { document.write("comente"); } 
		}

	}
var winF = "width=300,height=330,scrollbars=yes,directories=no,status=no,location=no,toolbar=no,resizable=1";
function fd(id) {window.open('http://www.falouedisse.com/fd/bb.php?id=comentando&p='+ id +'','FD', winF); }