var pCount = new Array();pCount['8022683287229619726'] = 2;pCount['5275418164211439397'] = 1;pCount['8504731420648295641'] = 1;pCount['2774290278268563891'] = 2;pCount['4515642428970680040'] = 3;pCount['3940291955230301560'] = 1;pCount['1782524548240538864'] = 1;pCount['1226259547393783309'] = 2;pCount['2237919522331183522'] = 2;pCount['6175326692827789144'] = 1;pCount['1050545662220919321'] = 1;pCount['8164387108525157904'] = 1;pCount['2789977479474135832'] = 2;pCount['4206469020474419643'] = 2;pCount['5020596769304465572'] = 1;pCount['4381818346384753745'] = 2;pCount['750015791682043637'] = 2;pCount['4050103796464822354'] = 1;pCount['8258887834671233666'] = 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=zodiac_girl&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Comente ["+pCount[item]+"]</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

