var pCount = new Array();pCount['109047102889047783'] = 7;pCount['110706621628161273'] = 7;pCount['111180468029054048'] = 7;pCount['111067789435613488'] = 9;pCount['108777867668485825'] = 10;pCount['108916483230755476'] = 7;pCount['109177012327279428'] = 21;pCount['112467531946428652'] = 19;pCount['109122871637520673'] = 6;pCount['110480473195001944'] = 5;pCount['112224446977534844'] = 3;pCount['111378562307727316'] = 11;pCount['111499584822352741'] = 1;pCount['115308174544099181'] = 10;pCount['110593078475704684'] = 1;pCount['115248513173532915'] = 7;pCount['110653720683060418'] = 1;pCount['108718572683955015'] = 11;pCount['112164874844324262'] = 8;pCount['110929603445718182'] = 7;pCount['111257865607063080'] = 5;pCount['115431864384531065'] = 6;pCount['111318084364641853'] = 9;pCount['112282667094641982'] = 7;pCount['108518640972563227'] = 10;pCount['115182561251371994'] = 3;pCount['108571945228408401'] = 9;pCount['111526155918191901'] = 9;pCount['109151602283669828'] = 10;pCount['111135511383137670'] = 11;pCount['108657482822989054'] = 11;pCount['111439683853559716'] = 3;pCount['108969335701719684'] = 6;
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=bahia2112&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Comentarios ["+pCount[item]+"]</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

