var pCount = new Array();pCount['2010052901102826224'] = 1;pCount['2010031703314023562'] = 2;pCount['2010072002113527905'] = 1;pCount['2010031100222723412'] = 2;pCount['2010072623243128043'] = 2;pCount['2010032920220723916'] = 1;pCount['2010032221014823711'] = 2;pCount['2010070509543227616'] = 1;pCount['2010062808155927455'] = 2;pCount['2010070723151927671'] = 4;pCount['2010060700255726936'] = 1;pCount['2010072506293028013'] = 2;pCount['2010053005083326261'] = 4;pCount['2010052801371526208'] = 2;pCount['2010032006181923652'] = 2;pCount['2010030800595723220'] = 5;pCount['2010020506223922468'] = 3;pCount['2010041107484224308'] = 1;pCount['2010071005482327700'] = 3;pCount['2010040717132224187'] = 3;pCount['2010062305355127361'] = 1;pCount['2010030809373623228'] = 2;pCount['2010032101533423668'] = 2;pCount['2010022317035722975'] = 2;pCount['2010032122331523695'] = 2;pCount['2010042204165824676'] = 3;
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=clayfui&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=clayfui&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=clayfui&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

