var pCount = new Array();pCount['Memorias'] = 61;pCount['CoraÃ§Ã£o de Gelo'] = 8;pCount['A Princesa e o Plebeu Volturi'] = 50;pCount['Coração de Gelo'] = 11;pCount['MemÃ³rias'] = 1;pCount['First Kiss'] = 62;pCount['OCasamentodaMinhaMelhorAmiga'] = 17;pCount['Subjulgado'] = 4;pCount['The Climb'] = 6;pCount['ExemploRaphinha'] = 1;pCount['Closer'] = 24;pCount['Escorpiana Venenosa'] = 16;pCount['Cora??o de Gelo'] = 2;pCount['Sol e Chuva'] = 203;pCount['Um Lugar Ao Sol'] = 32;pCount['Caçado'] = 1;pCount['Angel Of Mine'] = 8;pCount['Volterra'] = 6;pCount['Um Novo Conto de Fadas'] = 33;pCount['Destinados'] = 34;pCount['A Ultima Viagem'] = 6;pCount['Aluga-seUmaAcompanhante'] = 9;pCount['Subjugado'] = 21;pCount['Sorte Ou Azar'] = 6;pCount['SinResistirLaTentacion'] = 64;pCount['CaÃ§ado'] = 1;pCount['Neutron Collision Star'] = 18;pCount['Efervecence'] = 104;pCount['Promessa Assassina'] = 1;pCount['O Casamento da Minha Melhor Amiga'] = 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=RaphinhaCullen&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=RaphinhaCullen&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=RaphinhaCullen&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

