var bb = new Array();
var lastpost = 1305533252;
bb['1305533252'] = 1;
bb['1657154844'] = 2;
bb['1851242360'] = 2;
bb['2748142994'] = 1;
bb['3313232797'] = 1;
bb['3338202396'] = 1;
bb['3355808468'] = 1;
bb['3484494841'] = 1;
bb['3786175539'] = 1;
bb['4004169071'] = 1;
bb['4534340676'] = 1;
bb['5448616732'] = 1;
bb['5541442292'] = 1;
bb['5880983601'] = 1;
bb['6173955237'] = 1;
bb['7019655174'] = 3;
bb['7905662326'] = 6;
bb['8311322639'] = 2;
bb['9090969599'] = 1;
bb['9736261071'] = 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=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=comentando&p='+ id +'','FD', winF); }