var bb = new Array();
var lastpost = -1;
bb['20713478'] = 1;
bb['26439387'] = 1;
bb['29345556'] = 2;
bb['33416303'] = 3;
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("Só 1 Comentário =/"); } else { document.write( "Ah tá !  " + bb[id] + " Comentários"); }

		 }

		 else { 

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

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