var pCount = new Array();pCount['7936211097185323024'] = 8;pCount['3357336478873539727'] = 10;pCount['8875553367601413610'] = 4;pCount['5699215133150087051'] = 5;pCount['2926275582865664660'] = 3;pCount['5397517696193049193'] = 8;pCount['3498799055452517747'] = 3;pCount['8906825616173735355'] = 3;pCount['6010846072037158808'] = 2;pCount['821192225828707851'] = 4;pCount['5095197152844921711'] = 10;pCount['4667935883120402515'] = 4;pCount['7397068603184217036'] = 4;pCount['1808204374258472267'] = 8;pCount['5434393647323062357'] = 10;pCount['5374235287149236632'] = 12;pCount['7496759048709568971'] = 4;
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=Only-Fairy&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=Only-Fairy&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=Only-Fairy&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

