var pCount = new Array();pCount['7612005761052626743'] = 2;pCount['116691741226096515'] = 3;pCount['116624157805041728'] = 7;pCount['116815331518616287'] = 2;pCount['406352350613116755'] = 23;pCount['3580869218655292347'] = 1;pCount['4636751536831560796'] = 1;pCount['116697875297984189'] = 7;pCount['438585547607734449'] = 5;pCount['2173994069395142353'] = 1;pCount['8778643392421990311'] = 3;pCount['1208339624742165285'] = 4;pCount['3056752109574790127'] = 6;pCount['6511793238950268512'] = 1;pCount['116956281298590793'] = 2;pCount['117019156607471874'] = 6;pCount['1896554655690286330'] = 3;pCount['5928046002856851126'] = 35;pCount['2851945048701116099'] = 2;pCount['117337670828009312'] = 1;pCount['5094299723383022368'] = 7;pCount['2628561608995056544'] = 1;pCount['8393488847385880429'] = 2;pCount['8877117954503120130'] = 16;pCount['440514454614945066'] = 1;pCount['8023096058901943375'] = 5;pCount['8716936304712078783'] = 1;pCount['116724062749143199'] = 2;pCount['116830630970691641'] = 3;pCount['2858769275493113762'] = 2;pCount['2326428569872882075'] = 2;pCount['4857780339508300546'] = 5;pCount['2649520665123027486'] = 1;pCount['116740438004283049'] = 2;pCount['7690186112870026766'] = 7;pCount['1419663125737508227'] = 4;pCount['116823747015600871'] = 2;pCount['6295641273106356752'] = 4;pCount['5501573764450600129'] = 1;pCount['3473379737323283228'] = 1;pCount['116653949352537409'] = 1;pCount['7001560501819401793'] = 2;pCount['116856618434943749'] = 3;pCount['938591317147699729'] = 5;pCount['7053242519246604804'] = 12;pCount['116654000742303026'] = 3;pCount['116639757632015823'] = 3;pCount['8215933164534086976'] = 3;pCount['8962393179018742519'] = 1;
var commentsOpen = new Array();
function postCount(pre,item,post){
	if (pCount[item]){
		var output = pre + pCount[item] + post;
		document.write(output);
	} else {
		document.write(pre+"0"+post);
	}
}

function rebloggerLink(item) {

	if (!pCount[item]) {
		pCount[item] = 0;
	}
	var source = "http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=show&user=flavio_manoel&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">("+pCount[item]+") BANDEIRA 2</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

	
	var source = "http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=show&user=flavio_manoel&item=" + item;
	var iframe = "<a style=\"font-size:8pt\" href=\"javascript:onpageReblogger(\'"+item+"\')\">(hide)</a><iframe style=\"font-family:arial\" src='" + source + "' width='450' height='480'></iframe>";
	var id = "reblogger" + item;
	if (!commentsOpen[item]) {
		commentsOpen[item] = 1;
		document.getElementById(id).innerHTML = iframe;
	}
	else {
		commentsOpen[item] = 0;
		document.getElementById(id).innerHTML = "";
	}
}


function displayReblogger(item){
	var source = "http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=show&user=flavio_manoel&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

