var pCount = new Array();pCount['106601006700629235'] = 1;pCount['106548864425842967'] = 1;pCount['107879993218654113'] = 1;pCount['108019420079874420'] = 1;pCount['107999715071342969'] = 2;pCount['107906511128418125'] = 1;pCount['110194491734190620'] = 2;pCount['109764331937244381'] = 2;pCount['106670405433492043'] = 3;pCount['107629558929420528'] = 2;pCount['109763454703657170'] = 1;pCount['106550901864497733'] = 1;pCount['109591158448169142'] = 6;pCount['107818415540397540'] = 1;pCount['109625046600833070'] = 2;pCount['106725542868506020'] = 1;pCount['109695557794575621'] = 2;pCount['109642404357437441'] = 1;pCount['106868439368164794'] = 0;
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=thomas_r&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=thomas_r&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=thomas_r&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

