var pCount = new Array();pCount['106078732766948830'] = 1;pCount['95867572'] = 1;pCount['105759393582168468'] = 2;pCount['95470855'] = 1;pCount['106069672163821758'] = 4;pCount['106080773923980063'] = 1;pCount['95602028'] = 7;pCount['92893319'] = 2;pCount['92482683'] = 2;pCount['105890437023515844'] = 3;pCount['105854047569292379'] = 1;pCount['94204860'] = 3;pCount['105698324099213761'] = 1;pCount['105940154337354098'] = 2;pCount['93665331'] = 3;pCount['94690730'] = 6;pCount['93990642'] = 3;pCount['95195603'] = 3;pCount['105961549056887821'] = 1;pCount['95036887'] = 2;pCount['95372909'] = 1;pCount['92300007'] = 3;pCount['106096065243822466'] = 1;pCount['92318735'] = 2;pCount['106025509612399390'] = 1;pCount['106121523244068104'] = 1;pCount['106138824574349996'] = 3;pCount['106011994208604115'] = 2;pCount['93052666'] = 1;pCount['106046938825708908'] = 1;pCount['106002961529606578'] = 1;pCount['95827272'] = 1;pCount['95633574'] = 1;pCount['95080629'] = 3;pCount['105784508345190054'] = 1;pCount['94746792'] = 2;pCount['93542744'] = 1;pCount['106016793388784520'] = 3;pCount['94583793'] = 3;pCount['92164430'] = 3;pCount['105823255414350680'] = 1;pCount['105905679216760039'] = 1;pCount['105819360985655559'] = 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=rustedrobot&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=rustedrobot&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=rustedrobot&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

