var bb = new Array();
var lastpost = -1;
bb['1239111158'] = 7;
bb['1890773566'] = 8;
bb['2250211778'] = 4;
bb['2665152442'] = 4;
bb['2790733674'] = 3;
bb['3292380238'] = 10;
bb['3880325361'] = 3;
bb['4060307210'] = 8;
bb['4385794528'] = 8;
bb['4708171681'] = 6;
bb['4758442841'] = 8;
bb['5008276170'] = 9;
bb['5017900531'] = 9;
bb['5909858426'] = 7;
bb['6392304594'] = 2;
bb['7342432117'] = 6;
bb['8171689819'] = 8;
bb['8524078763'] = 3;
bb['8565673102'] = 1;
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=410,height=425,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=fama&p='+ id ,'FD', winF); }