var pCount = new Array();pCount['115878947581330010'] = 2;pCount['101015138782062871'] = 2;pCount['5050173049807033013'] = 4;pCount['108144168656159169'] = 1;pCount['112741156648575836'] = 2;pCount['114418699271576920'] = 1;pCount['113078332040819663'] = 3;pCount['116562997096711782'] = 3;pCount['113141403498955401'] = 2;pCount['112173109078252177'] = 1;pCount['108751588406484104'] = 2;pCount['108059296924602422'] = 2;pCount['108094366454130537'] = 2;pCount['110991139069798267'] = 3;pCount['115273873863845427'] = 2;pCount['108179077142356912'] = 2;pCount['108094551286061968'] = 1;pCount['108041075329038304'] = 1;pCount['111920625523881746'] = 2;pCount['108205539383680310'] = 2;pCount['115404058546846342'] = 1;pCount['112352957975031120'] = 1;pCount['112352840568281973'] = 1;pCount['113018121436512914'] = 4;pCount['108041138621070715'] = 2;pCount['113356304886188897'] = 2;pCount['109814313728196410'] = 1;pCount['115619374077386959'] = 2;pCount['112681119384357102'] = 1;pCount['114772496925194066'] = 1;pCount['110550334503217511'] = 1;pCount['108622718114718938'] = 3;pCount['111024227415083728'] = 1;pCount['114186273309173896'] = 1;pCount['113735441958496077'] = 4;pCount['112413479347502365'] = 1;pCount['494702330342119534'] = 1;pCount['115247782985132816'] = 1;pCount['111153277821689486'] = 1;pCount['108258616109446409'] = 2;pCount['109088720994131185'] = 2;pCount['109010504707150070'] = 2;pCount['9206122626185600574'] = 2;pCount['109278505051530638'] = 1;pCount['109677416156419876'] = 1;pCount['108560453873092553'] = 3;
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=rlberry&item=" + item;
	var linktext = "<a href=\"javascript:onpageReblogger(\'"+item+"\')\">Comment ["+pCount[item]+"]</a><!-- " + source + " -->\n<div id='reblogger"+item+"' ></div>";
	document.write(linktext);
}

function onpageReblogger(item) {

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

