var pCount = new Array();pCount['108301811471754178'] = 1;pCount['109881335950553796'] = 1;pCount['109564422721641997'] = 3;pCount['108516277553518448'] = 5;pCount['108571718024824507'] = 13;pCount['108623893207585004'] = 3;pCount['109466482174358386'] = 3;pCount['109597321403894989'] = 2;pCount['109640161323013652'] = 2;pCount['109310978968147632'] = 1;pCount['108438791448351411'] = 2;pCount['109821998774336914'] = 3;pCount['108949783556189293'] = 2;pCount['108619215679146187'] = 1;pCount['109149396466714305'] = 3;pCount['110554973939328438'] = 16;pCount['109398143803745845'] = 2;pCount['110114106860229124'] = 1;pCount['109665627704647915'] = 1;pCount['108883075127413995'] = 10;
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=tyleradamson&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=tyleradamson&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=tyleradamson&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

