var pCount = new Array();pCount['113775603372186587'] = 2;pCount['114983849808279573'] = 2;pCount['113813437503294767'] = 2;pCount['113995477493650369'] = 3;pCount['113966744146367795'] = 1;pCount['114626027877846602'] = 1;pCount['114141838479366958'] = 1;pCount['114294179110101948'] = 2;pCount['115463154397681155'] = 3;pCount['113543495890524126'] = 4;pCount['115351990328246859'] = 8;pCount['113905939221608294'] = 1;pCount['116152977126517428'] = 4;pCount['115109406153418169'] = 1;pCount['114208464070229461'] = 2;pCount['114627223840111677'] = 2;pCount['115031393307210111'] = 3;pCount['113538060147135710'] = 1;pCount['114510627247260342'] = 5;pCount['115169143807447762'] = 3;pCount['112289980492655824'] = 1;pCount['115618833908751225'] = 2;pCount['113735250112063215'] = 3;pCount['113663721683811048'] = 3;pCount['114747403258087572'] = 1;pCount['115056302371109306'] = 1;pCount['115696148222945594'] = 5;pCount['114158317186936073'] = 1;pCount['113976885171347618'] = 2;pCount['114583219347737489'] = 1;pCount['113917612840945640'] = 3;pCount['113944197459939043'] = 2;pCount['114089485213571232'] = 2;pCount['114055622116516574'] = 1;pCount['113604747511755017'] = 3;pCount['114993470300342997'] = 2;
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=zolocotroco&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Comment ["+pCount[item]+"]</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

