var pCount = new Array();pCount['40835317'] = 2;pCount['40672140'] = 1;pCount['40834476'] = 7;pCount['40833874'] = 2;pCount['40798357'] = 4;pCount['40831386'] = 2;pCount['40484859'] = 2;pCount['40837576'] = 4;pCount['40830556'] = 4;pCount['40833742'] = 2;pCount['40831595'] = 2;pCount['40522717'] = 1;pCount['40557569'] = 1;pCount['40382175'] = 0;pCount['40681058'] = 3;pCount['40833207'] = 3;pCount['40671255'] = 2;pCount['40834433'] = 5;pCount['40765712'] = 2;pCount['40831819'] = 4;pCount['40832963'] = 6;pCount['40831171'] = 2;pCount['40497336'] = 1;pCount['40829819'] = 2;pCount['40510311'] = 2;pCount['40814795'] = 14;pCount['40490724'] = 2;pCount['40832344'] = 2;pCount['40812379'] = 8;
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=f2diniz&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Comentários ["+pCount[item]+"]</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

	
	var source = "http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=show&user=f2diniz&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=f2diniz&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

