var pCount = new Array();pCount[''] = 1;pCount['86123929'] = 2;pCount['106746553409638389'] = 0;pCount['10860490975580277'] = 5;pCount['115568912772206286'] = 2;pCount['106756404259233282'] = 1;pCount['106544851682242780'] = 1;pCount['109651814546290842'] = 1;pCount['108299313397104145'] = 1;pCount['4641215878622204536'] = 1;pCount['109816483242137876'] = 6;pCount['107974877733269434'] = 1;pCount['107164306589144944'] = 1;pCount['91446461'] = 0;pCount['113998054523095121'] = 1;pCount['108485095203724472'] = 1;pCount['108286917981224721'] = 1;pCount['94467438'] = 3;pCount['84790116'] = 0;pCount['87733388'] = 1;pCount['108526226481302969'] = 1;pCount['88532127'] = 3;pCount['85284714'] = 4;pCount['4446498874320630785'] = 1;pCount['113920459354413055'] = 0;pCount['85236362'] = 2;pCount['92360487'] = 0;pCount['107967607854224796'] = 9;pCount['91421140'] = 1;pCount['109176622923341511'] = 3;pCount['109219811621620957'] = 1;pCount['108667406011444578'] = 3;pCount['114048395613511735'] = 1;pCount['tempbldown'] = 0;pCount['108195170680105828'] = 4;pCount['89377557'] = 0;pCount['7810204024879216080'] = 2;pCount['108822439240852863'] = 3;pCount['89314090'] = 1;pCount['95353311'] = 1;pCount['105687966102097921'] = 5;pCount['111526532828578551'] = 3;pCount['114255680582231014'] = 5;pCount['85039275'] = 1;pCount['107690924501250873'] = 2;pCount['111457162234090880'] = 1;pCount['115786543046173200'] = 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=jessem&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=jessem&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=jessem&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

