var pCount = new Array();pCount['107244988856076435'] = 4;pCount['107066356034969927'] = 4;pCount['106700449410583417'] = 1;pCount['111101398848088599'] = 4;pCount['106502712699662852'] = 3;pCount['107427274733427157'] = 7;pCount['108056891213917729'] = 1;pCount['106884816812690312'] = 1;pCount['106459159052558760'] = 1;pCount['107185680020141964'] = 2;pCount['107341681350715391'] = 6;pCount['106399492043773844'] = 3;pCount['110943433843966975'] = 2;pCount['106511422437795548'] = 1;pCount['107126762377798161'] = 1;pCount['106581933725993812'] = 1;pCount['108663004048892768'] = 3;pCount['106821853444607078'] = 1;pCount['109603679515425782'] = 7;pCount['107548109911204034'] = 4;pCount['110529742861641064'] = 1;pCount['107671072130683596'] = 4;pCount['107609561603190836'] = 3;pCount['107971250021212449'] = 3;pCount['106762328580323433'] = 6;pCount['110625749070339083'] = 2;pCount['110176291456355404'] = 1;pCount['109586283863338593'] = 2;pCount['112665686891076353'] = 8;pCount['107851347550384351'] = 6;pCount['110625827932374704'] = 4;pCount['111884999041446209'] = 5;pCount['106945019030140431'] = 2;pCount['107489271288059421'] = 4;pCount['109361802823107070'] = 3;pCount['109098246024027238'] = 1;pCount['107790827790114891'] = 5;pCount['107006432064069029'] = 2;pCount['107903733360984961'] = 4;pCount['107730669231654789'] = 6;pCount['110606725708600052'] = 2;pCount['108197524628754011'] = 6;pCount['109768684146491802'] = 4;pCount['108628343917911062'] = 2;pCount['108843020929787382'] = 5;pCount['106494629450989703'] = 1;pCount['108092425908506348'] = 4;pCount['106460077859203160'] = 2;
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=Raul_Filipe&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=Raul_Filipe&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=Raul_Filipe&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

