var pCount = new Array();pCount['110127827518800616'] = 2;pCount['109699711659523858'] = 1;pCount['109713348638895695'] = 1;pCount['109376192203281249'] = 1;pCount['109708493132598965'] = 1;pCount['107545021703657880'] = 1;pCount['109335621462856637'] = 1;pCount['110015798608269917'] = 1;pCount['112260703849169556'] = 1;pCount['108545155644875635'] = 8;pCount['109340111692796700'] = 1;pCount['109389543271063850'] = 1;pCount['109634369288764276'] = 1;pCount['106939313845625711'] = 1;pCount['109661036377802477'] = 2;pCount['109124940469877403'] = 1;pCount['109884565409314036'] = 1;pCount['109042089318058017'] = 1;pCount['109850247161872346'] = 1;pCount['109332359173938985'] = 1;pCount['109816945553279190'] = 1;pCount['108694212736370861'] = 1;pCount['112623515990174077'] = 1;pCount['110689858423924517'] = 2;pCount['109937415217644644'] = 1;pCount['112200441321625328'] = 1;pCount['110930203127125578'] = 5;pCount['110062576598850594'] = 1;pCount['109772868585327178'] = 3;pCount['109409690007799520'] = 1;pCount['109796869899408617'] = 1;pCount['109402176545028146'] = 1;pCount['109640227655484665'] = 1;pCount['109574456382584507'] = 1;pCount['109141707426805708'] = 1;pCount['107890058973548266'] = 1;pCount['108416590464324380'] = 3;pCount['110032819599664992'] = 3;pCount['109522647389458184'] = 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=lawguy2003&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=lawguy2003&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=lawguy2003&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

