var pCount = new Array();pCount['9077487490459843471'] = 4;pCount['1977814912280065399'] = 3;pCount['7925199027576211613'] = 11;pCount['7589666885775042543'] = 2;pCount['7958027979677888644'] = 6;pCount['8232352325064589884'] = 6;pCount['3705241064207259411'] = 0;pCount['7312968008448794781'] = 4;pCount['516509252103894459'] = 6;pCount['1008255221997712974'] = 2;pCount['8702188240251122295'] = 1;pCount['1538466669588237544'] = 2;pCount['6496363603661606855'] = 5;pCount['5264016157282293991'] = 6;pCount['2472209181829294757'] = 1;pCount['5532490906125224490'] = 1;pCount['2475162171215503159'] = 2;pCount['8007408515217298967'] = 6;pCount['9042734019328182746'] = 3;pCount['7123034641565502575'] = 2;pCount['6188896700659212538'] = 3;pCount['2534063261830095665'] = 11;pCount['5519789587076617814'] = 2;pCount['3462025409864367625'] = 9;
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=juuk&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=juuk&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=juuk&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

