var bb = new Array();
var lastpost = 000049;
bb['000049'] = 1;
bb['000062'] = 1;
bb['000104'] = 2;
bb['000154'] = 1;
bb['000173'] = 1;
bb['008541'] = 1;
bb['008836'] = 1;
bb['014772'] = 1;
bb['014827'] = 2;
bb['015017'] = 22;
bb['015123'] = 24;
bb['015301'] = 10;
bb['015397'] = 10;
bb['015455'] = 21;
bb['015540'] = 14;
bb['015672'] = 10;
bb['015775'] = 6;
bb['015795'] = 26;
bb['20485041'] = 1;
bb['20641738'] = 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("comentário (0)"); } 
		}

	}
var winF = "width=370,height=490,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=bananaetc&p='+ id ,'FD', winF); }