var pCount = new Array();pCount['9130117'] = 4;pCount['14135716'] = 3;pCount['104562748834663394'] = 1;pCount['7418029'] = 3;pCount['11216898'] = 5;pCount['7624554'] = 2;pCount['12663171'] = 3;pCount['7502230'] = 10;pCount['7832832'] = 11;pCount['14493091'] = 8;pCount['3230040'] = 1;pCount['7947452'] = 4;pCount['15757304'] = 70;pCount['104096052636431143'] = 1;pCount['12466003'] = 3;pCount['104121733683813345'] = 1;pCount['8377669'] = 5;pCount['904829'] = 1;pCount['8742116'] = 12;pCount['10581034'] = 1;pCount['8659975'] = 11;pCount['13055749'] = 33;pCount['8464340'] = 2;pCount['15209745'] = 7;pCount['5681921'] = 1;pCount['8494357'] = 4;pCount['7002438'] = 1;pCount['9222054'] = 3;pCount['8066284'] = 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=drikatex&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=drikatex&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='250'></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=drikatex&item=" + item;
	window.open(source,"Reblogger","width=450,height=250,directories=0,toolbar=0,status=1,scrollbars=1");
}

