var pCount = new Array();pCount['Wednesday, Sept. 21, 200510:32 am'] = 1;pCount['Wednesday, May. 18, 20058:48 pm'] = 1;pCount['Monday, May. 02, 20058:22 pm'] = 1;pCount['Monday, Mar. 13, 200612:08 am'] = 2;pCount['Tuesday, Jul. 26, 20059:56 pm'] = 1;pCount['Thursday, Nov. 17, 20055:28 pm'] = 1;pCount['Friday, Apr. 29, 20059:24 pm'] = 1;pCount['Sunday, May. 01, 200511:38 pm'] = 1;pCount['Sunday, May. 01, 20051:04 pm'] = 3;pCount['Wednesday, May. 18, 20057:57 pm'] = 1;pCount['Thursday, Jul. 14, 200511:18 am'] = 1;pCount['Friday, Jun. 10, 20052:11 am'] = 1;pCount['Tuesday, Jun. 28, 20057:12 pm'] = 1;pCount['Tuesday, May. 17, 20051:00 am'] = 2;pCount['Thursday, May. 18, 20063:20 pm'] = 1;pCount['Sunday, Jul. 10, 20052:33 am'] = 1;pCount['Monday, Aug. 01, 20057:09 am'] = 1;pCount['Sunday, Sept. 25, 20056:40 pm'] = 1;pCount['Friday, Sept. 16, 20057:45 pm'] = 1;pCount['Wednesday, May. 11, 20059:16 am'] = 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=imortlnoctrn&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=imortlnoctrn&item=" + item;
	var iframe = "<a style=\"font-size:8pt\" href=\"javascript:onpageReblogger(\'"+item+"\')\">(hide)</a><iframe style=\"font-family:arial\" src='" + source + "' width='421' height='500'></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=imortlnoctrn&item=" + item;
	window.open(source,"Reblogger","width=421,height=500,directories=0,toolbar=0,status=1,scrollbars=1");
}

