var pCount = new Array();pCount['6261291342276186101'] = 4;pCount['4338239572887413013'] = 1;pCount['5713288147916940624'] = 2;pCount['7065351133025933227'] = 2;pCount['1152621323535844845'] = 2;pCount['5073721535048457464'] = 4;pCount['7490390156182054247'] = 1;pCount['8567019863973576867'] = 1;pCount['2776105167056384512'] = 3;pCount['4679210448670962873'] = 1;pCount['3235562352226982424'] = 2;pCount['383424899653595947'] = 2;pCount['4151291099345197238'] = 3;pCount['6702835477821185563'] = 2;pCount['8708724027111812830'] = 2;pCount['8113215074658931903'] = 2;pCount['3653183550490146294'] = 3;pCount['448626387510374786'] = 1;pCount['3682095422454203401'] = 1;pCount['290706820299909594'] = 2;pCount['5718614511332745279'] = 1;pCount['3323910056675278408'] = 2;pCount['4324222677776422127'] = 2;pCount['5658417442218110824'] = 2;pCount['7327148264528350680'] = 2;pCount['6264741866810259386'] = 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=theniki&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Cumentis ["+pCount[item]+"]</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

