var pCount = new Array();pCount['33749092'] = 8;pCount['110100461513558263'] = 1;pCount['31732351'] = 4;pCount['33373333'] = 5;pCount['33692196'] = 2;pCount['33205486'] = 9;pCount['31895021'] = 7;pCount['110100462592797760'] = 3;pCount['110116773066163742'] = 7;pCount['31946890'] = 2;pCount['33260401'] = 4;pCount['33182683'] = 4;pCount['31788315'] = 6;pCount['34269300'] = 1;pCount['31965310'] = 9;pCount['32838406'] = 5;pCount['33638237'] = 5;pCount['33774021'] = 3;pCount['33915670'] = 2;pCount['33522743'] = 6;pCount['31854620'] = 3;pCount['33641067'] = 4;pCount['32075469'] = 5;pCount['33942747'] = 5;pCount['110108669641536436'] = 5;pCount['32978992'] = 5;pCount['32906559'] = 5;pCount['33790860'] = 4;pCount['33363422'] = 4;pCount['110100458948206038'] = 1;pCount['33664161'] = 4;pCount['34277477'] = 6;pCount['31748409'] = 5;pCount['34033352'] = 6;pCount['33485812'] = 7;
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=gothicvamp0666&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=gothicvamp0666&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=gothicvamp0666&item=" + item;
	window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1");
}

