var pCount = new Array();pCount['109489451733212836'] = 2;pCount['107520568834474747'] = 1;pCount['108066593638338779'] = 1;pCount['108515603645242356'] = 2;pCount['108616755533642819'] = 1;pCount['108574074548511952'] = 1;pCount['110267991140256001'] = 7;pCount['109898502107645107'] = 2;pCount['110474902315569792'] = 2;pCount['107659090485358187'] = 3;pCount['111409215795263771'] = 1;pCount['108057549443260229'] = 1;pCount['107212475673058963'] = 1;pCount['107840512521399471'] = 1;pCount['107468037018545897'] = 2;pCount['108557061411326074'] = 4;pCount['107830672684288957'] = 1;pCount['108437307638558707'] = 1;pCount['109446231391509900'] = 2;pCount['110016649094612147'] = 1;pCount['108599847201435849'] = 1;pCount['107943461024540234'] = 5;pCount['108547814741214023'] = 2;pCount['108754727448623090'] = 1;pCount['107022533499452173'] = 1;pCount['108178242397388703'] = 1;pCount['107640780419404078'] = 3;pCount['107485416724337259'] = 2;pCount['110916085573869225'] = 2;pCount['108004373772088513'] = 1;pCount['109699104595255995'] = 2;pCount['106967097386578813'] = 1;pCount['107857791256212548'] = 1;pCount['108478321669331347'] = 1;pCount['111083047223201840'] = 1;pCount['107753538918761382'] = 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=dorfun&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Hai "+pCount[item]+" Comentarios</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

