var pCount = new Array();pCount['<$BlogItemNumber$>'] = 0;pCount['7928276545834151965'] = 7;pCount['4810371191621678268'] = 1;pCount['5802498000469298069'] = 3;pCount['3294635325258178376'] = 1;pCount['1017896653138543395'] = 5;pCount['8522079718814087443'] = 3;pCount['8023973946017358035'] = 1;pCount['1729149024147428043'] = 1;pCount['805093163423846820'] = 0;pCount['2020610905167786719'] = 2;pCount['4049539162896027177'] = 1;pCount['8162381777611377957'] = 3;pCount['7017602942203877881'] = 0;pCount['5017106811472593827'] = 2;pCount['1110172231015611849'] = 3;pCount['9033534081719133932'] = 1;pCount['5903410297052597337'] = 1;pCount['2762026134239499841'] = 1;pCount['596058151418719924'] = 1;pCount['5118577359194920673'] = 2;pCount['3010390066598341473'] = 1;pCount['3594265284208530783'] = 1;pCount['7237994142850911811'] = 1;pCount['7708300851520166225'] = 10;pCount['3244079711143794204'] = 2;pCount['2027795028426006168'] = 1;pCount['3327871909943907999'] = 1;pCount['8128858583996194721'] = 1;pCount['2952054336011832511'] = 5;pCount['5571557415319040775'] = 1;pCount['5938199359985679535'] = 6;pCount['3464252259404707677'] = 1;pCount['9197751993650243423'] = 1;pCount['7669439415137429018'] = 1;pCount['404445662732609497'] = 3;pCount['3148475526146592925'] = 2;pCount['4549827546939680194'] = 3;pCount['713271521304771047'] = 1;pCount['8679660046571217190'] = 2;
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=Morgany&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">COMENTE AQUI!!!</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

