var bb = new Array();
var lastpost = -1;
bb['1082303672'] = 1;
bb['1082827090'] = 1;
bb['1084683472'] = 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("ih, falou"); } else { document.write( "tão falando muito..." + bb[id] + ""); }

		 }

		 else { 

			if ( id < lastpost ) {document.write("comentários(a)"); }  else { document.write("fala alguma coisa!"); } 
		}

	}
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=orelhao&p='+ id ,'FD', winF); }