var pCount = new Array();pCount['110962291310859098'] = 1;pCount['110513818118784703'] = 1;pCount['109573390104521172'] = 1;pCount['110767064886234870'] = 1;pCount['110557436466062324'] = 2;pCount['109533478979725870'] = 1;pCount['109650122149378773'] = 8;pCount['108394759681425834'] = 2;pCount['109398741189928980'] = 4;pCount['108421178697897436'] = 1;pCount['86765158'] = 1;pCount['109720336276403921'] = 2;pCount['109630382951730866'] = 1;pCount['110721557488397323'] = 5;pCount['108812319505031846'] = 2;pCount['108526366533627846'] = 1;pCount['108389973500520491'] = 4;pCount['109898054548835403'] = 3;pCount['10908601315430941'] = 2;pCount['110867066466715181'] = 1;pCount['111091587727194346'] = 1;pCount['108915626621161768'] = 1;pCount['109568333416868550'] = 1;pCount['85318862'] = 2;pCount['108447632198675044'] = 2;pCount['86382140'] = 4;pCount['108312754295092739'] = 2;pCount['108708335827860989'] = 1;pCount['108321888154146861'] = 2;pCount['108675457164519677'] = 1;pCount['108321583702031884'] = 2;pCount['108993993428062116'] = 2;pCount['109968582959876324'] = 4;pCount['109321605151554893'] = 5;pCount['110748720594914191'] = 1;pCount['109591290326670441'] = 1;pCount['108724751629730191'] = 5;pCount['108284958190845028'] = 12;pCount['86765004'] = 1;pCount['109703233387518996'] = 1;pCount['108415122560132631'] = 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=mfagan&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=mfagan&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=mfagan&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

