var pCount = new Array();pCount['114169010448652840'] = 26;pCount['106996687620609727'] = 6;pCount['108701419800905012'] = 4;pCount['91963412'] = 3;pCount['87182092'] = 10;pCount['109408223115438840'] = 3;pCount['106263825855037114'] = 14;pCount['6390368'] = 2;pCount['111485186605425926'] = 15;pCount['95338925'] = 1;pCount['95350493'] = 7;pCount['108144417235966057'] = 2;pCount['108611822411537999'] = 2;pCount['85504352'] = 5;pCount['109364537317141413'] = 2;pCount['109409045351188277'] = 13;pCount['106092116906098463'] = 2;pCount['108370720251318231'] = 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=reblognews&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=reblognews&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='380'></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=reblognews&item=" + item;
	window.open(source,"Reblogger","width=450,height=380,directories=0,toolbar=0,status=1,scrollbars=1");
}

