var pCount = new Array();pCount['37603007'] = 2;pCount['33271050'] = 0;pCount['37371177'] = 6;pCount['36777596'] = 0;pCount['36871758'] = 0;pCount['33012332'] = 0;pCount['33504647'] = 0;pCount['33328142'] = 0;pCount['33504465'] = 0;pCount['36097770'] = 0;pCount['38721657'] = 1;pCount['32959885'] = 0;pCount['40467566'] = 1;pCount['33461952'] = 0;pCount['33184853'] = 0;pCount['32782314'] = 0;pCount['33781303'] = 0;pCount['34877395'] = 0;pCount['38085412'] = 8;pCount['38456861'] = 3;pCount['33504707'] = 0;pCount['39725960'] = 2;pCount['33291585'] = 0;pCount['33804434'] = 0;pCount['33461519'] = 0;pCount['33934510'] = 0;pCount['33461778'] = 0;pCount['32959893'] = 0;pCount['32786773'] = 0;pCount['37603161'] = 26;pCount['34771803'] = 0;pCount['35294928'] = 0;pCount['33291268'] = 0;pCount['32959955'] = 0;pCount['37409792'] = 6;pCount['38721666'] = 8;pCount['33327770'] = 0;pCount['33144649'] = 0;pCount['33646712'] = 0;pCount['34087005'] = 0;pCount['36241796'] = 0;pCount['39659868'] = 8;pCount['33656217'] = 0;pCount['33146081'] = 0;pCount['32807149'] = 0;pCount['34087487'] = 0;
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=pichol&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\"> ["+pCount[item]+"] comentários</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

	
	var source = "http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=show&user=pichol&item=" + item;
	var iframe = "<a style=\"font-size:8pt\" href=\"javascript:onpageReblogger(\'"+item+"\')\">(hide)</a><iframe style=\"font-family:arial\" src='" + source + "' width='400' 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=pichol&item=" + item;
	window.open(source,"Reblogger","width=400,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

