var pCount = new Array();pCount['2009_11-24_15_37_22-135240790-0'] = 11;pCount['2010_02-10_17_22_08-135240790-0'] = 18;pCount['2010_02-01_21_10_42-135240790-0'] = 11;pCount['2009_12-22_17_55_33-135240790-0'] = 19;pCount['2009_11-15_18_28_27-135240790-0'] = 9;pCount['2009_11-09_16_28_40-135240790-0'] = 10;pCount['2010_01-22_18_41_27-135240790-0'] = 24;pCount['2009_12-15_10_14_50-135240790-0'] = 13;pCount['2009_12-07_18_09_18-135240790-0'] = 8;pCount['2010_01-04_09_31_15-135240790-0'] = 22;pCount['2010_02-17_20_22_36-135240790-0'] = 25;pCount['2010_01-14_20_28_37-135240790-0'] = 21;pCount['2010_03-06_18_42_43-135240790-0'] = 30;pCount['2009_10-04_21_03_32-135240790-0'] = 9;pCount['2009_10-21_19_59_36-135240790-0'] = 8;pCount['2009_10-13_18_20_04-135240790-0'] = 7;
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=magicworks&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">"+pCount[item]+" Comentários! Falta o seu *-*</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

