var pCount = new Array();pCount['2010_05-31_12_30_25-124531373-0'] = 1;pCount['2010_03-14_12_30_41-124531373-0'] = 3;pCount['2010_03-08_22_39_31-124531373-0'] = 3;pCount['2010_04-01_22_23_41-124531373-0'] = 3;pCount['2010_02-22_17_48_59-124531373-0'] = 1;pCount['<ItemID>'] = 5;pCount['2010_03-26_21_20_02-124531373-0'] = 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=lilikac1&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Comente Aqui ["+pCount[item]+"]</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

	
	var source = "http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=show&user=lilikac1&item=" + item;
	var iframe = "<a style=\"font-size:8pt\" href=\"javascript:onpageReblogger(\'"+item+"\')\">(hide)</a><iframe style=\"font-family:arial\" src='" + source + "' width='800' height='800'></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=lilikac1&item=" + item;
	window.open(source,"Reblogger","width=800,height=800,directories=0,toolbar=0,status=1,scrollbars=1");
}

