var pCount = new Array();pCount['115273439723319798'] = 2;pCount['108156291234633905'] = 1;pCount['108299533673385687'] = 7;pCount['108058197215206668'] = 15;pCount['110362410373456013'] = 1;pCount['108329189088502826'] = 4;pCount['108152809416463330'] = 1;pCount['107792347514717517'] = 1;pCount['108126720668480312'] = 3;pCount['108365595625274257'] = 2;pCount['107879763570790675'] = 2;pCount['108235020260075760'] = 4;pCount['112814545239267836'] = 4;pCount['110599089319490938'] = 54;pCount['115273401656004784'] = 1;pCount['108434162479698929'] = 2;pCount['109883344126883714'] = 1;pCount['108420127773703996'] = 3;pCount['109916459572955398'] = 406;pCount['108026496836341621'] = 4;pCount['107973598634075303'] = 6;pCount['107825690676918757'] = 6;pCount['114419798225190139'] = 1;pCount['108510114862845700'] = 1;pCount['107931214525823884'] = 1;pCount['107980102753594056'] = 1;pCount['110015873778631254'] = 1;pCount['108229598515471272'] = 2;pCount['108621588918438269'] = 2;pCount['108190772712333064'] = 2;pCount['111478770730263588'] = 2;
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=canuckdon&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=canuckdon&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=canuckdon&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

