var pCount = new Array();pCount['107367538438635685'] = 2;pCount['106055393774902666'] = 1;pCount['90510331'] = 1;pCount['110636330517224468'] = 1;pCount['110694814738459666'] = 1;pCount['108111717476422523'] = 1;pCount['109159916611729424'] = 2;pCount['109597251442326092'] = 1;pCount['110989172248094651'] = 2;pCount['108535806261367447'] = 1;pCount['107885843009629776'] = 2;pCount['110849458905097291'] = 1;pCount['110911413633984437'] = 1;pCount['108015764714288951'] = 1;pCount['109779492768913235'] = 1;pCount['111556337241276363'] = 3;pCount['108180404808522368'] = 1;pCount['110801790479562609'] = 1;pCount['110858458054340342'] = 3;pCount['111221905391215978'] = 5;pCount['110756465345193677'] = 1;pCount['111546976125131568'] = 4;pCount['110497559959076693'] = 1;pCount['108811019430834994'] = 2;pCount['110824916478293243'] = 1;pCount['111068149285864983'] = 1;pCount['109407571288281119'] = 2;pCount['109899581453155764'] = 1;pCount['110817774884355148'] = 1;pCount['111343343390827015'] = 5;pCount['113699882876779049'] = 2;pCount['115335101297679444'] = 1;pCount['109947257080340600'] = 2;pCount['108042007094707350'] = 1;pCount['111531187489053471'] = 1;pCount['110514795903696984'] = 2;pCount['110890644028411931'] = 1;pCount['110738949533901195'] = 4;
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=chadj&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=chadj&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=chadj&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

