var pCount = new Array();pCount['1704952620883074139'] = 2;pCount['422008279947675325'] = 2;pCount['5553424057590401747'] = 5;pCount['5478197062872256210'] = 1;pCount['7130282786536637164'] = 1;pCount['2657262368596139337'] = 3;pCount['3664908302256561875'] = 3;pCount['4769972399631494902'] = 1;pCount['4966125561308593985'] = 3;pCount['589592280959449411'] = 2;pCount['7334537769568322885'] = 1;pCount['6545520440208109926'] = 6;pCount['3158689500765287827'] = 3;pCount['9039490595087517340'] = 6;pCount['3176556888171002028'] = 6;pCount['3732522915023736577'] = 4;pCount['1840726402516072343'] = 11;pCount['8120480927649466159'] = 5;pCount['7911620888335913924'] = 3;pCount['4404788964063892963'] = 14;pCount['5160407420692000971'] = 10;pCount['1804584152252546502'] = 11;pCount['7171001520502233206'] = 2;pCount['246304937775627736'] = 2;pCount['2545537705952137014'] = 1;pCount['8333302252909656686'] = 4;pCount['2638703292476919832'] = 3;pCount['2994092216969292942'] = 4;pCount['5905018210470278055'] = 13;pCount['2464766181341922674'] = 1;pCount['3895906953180322375'] = 1;
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=jessiica&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Comente  ["+pCount[item]+"]</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

	
	var source = "http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=show&user=jessiica&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=jessiica&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

