var pCount = new Array();pCount['208178350939355249'] = 14;pCount['3478448473325416820'] = 11;pCount['1176931303509835417'] = 12;pCount['1684973520400176164'] = 1;pCount['3768105054795956118'] = 0;pCount['2332659867657312890'] = 14;pCount['8791282325814840588'] = 1;pCount['4946503888100937456'] = 11;pCount['2026343573227092144'] = 8;pCount['91010076064482641'] = 1;pCount['2924593337826711964'] = 7;pCount['6202050826675891902'] = 3;pCount['3486409784640959555'] = 36;pCount['4112435736253650191'] = 1;pCount['8671695865224010268'] = 29;pCount['519724220644685561'] = 2;pCount['2781420726288779937'] = 16;pCount['8692746934683197968'] = 10;pCount['8375331991289828371'] = 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=magic-shine&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Seu Carinho Aqui! ("+pCount[item]+")</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

