var pCount = new Array();pCount['rotation57'] = 11;pCount['rotation46'] = 11;pCount['rotation56'] = 14;pCount['rotation60'] = 13;pCount['rotation61'] = 14;pCount['rotation44'] = 5;pCount['rotation51'] = 7;pCount['rotation39'] = 0;pCount['rotation42'] = 4;pCount['rotation49'] = 8;pCount['rotation55'] = 8;pCount['rotation54'] = 10;pCount['rotation41'] = 5;pCount['rotation48'] = 6;pCount['rotation53'] = 14;pCount['rotation62'] = 9;pCount['rotation40'] = 10;pCount['rotation59'] = 12;pCount['rotation47'] = 11;pCount['rotation50'] = 12;pCount['rotation52'] = 13;pCount['rotation58'] = 16;pCount['rotation43'] = 4;pCount['rotation45'] = 8;
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=hyoukai&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">Comment on this rotation? ("+pCount[item]+")</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

