var bb = new Array();
var lastpost = -1;
bb['32258589'] = 11;
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("já está rolando um som"); } else { document.write( "[" + bb[id] + "] entra no show que a casa tá lotando"); }

		 }

		 else { 

			if ( id < lastpost ) {document.write("comentários(a)"); }  else { document.write("quer cantar junto?"); } 
		}

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