var pCount = new Array();pCount['080920'] = 2;pCount['08spring7'] = 3;pCount['07fall6'] = 2;pCount['080623'] = 2;pCount['07winter3'] = 4;pCount['<070727>'] = 0;pCount['08-2'] = 0;pCount['07winter7'] = 3;pCount['07fall4'] = 3;pCount['100509'] = 3;pCount['07winter9'] = 2;pCount['100202'] = 2;pCount['07winter10'] = 8;pCount['08spring9'] = 10;pCount['100131reviewthenameofthewind'] = 2;pCount['08spring3'] = 2;pCount['100408'] = 3;pCount['080713'] = 4;pCount['07fall3'] = 2;pCount['090829'] = 2;pCount['080606'] = 3;pCount['08spring6'] = 2;pCount['080908'] = 1;pCount['081025'] = 8;pCount['08spring1'] = 4;pCount['080531'] = 7;pCount['080728'] = 5;pCount['080831'] = 4;pCount['08spring5'] = 4;pCount['07fall9'] = 2;pCount['07fall8'] = 4;pCount['080622'] = 4;pCount['07winter5'] = 3;pCount['07fall2'] = 2;pCount['08spring2'] = 10;pCount['07summer8'] = 2;pCount['080823'] = 3;pCount['100318'] = 5;pCount['090122'] = 5;pCount['07fall5'] = 2;pCount['08-1'] = 0;pCount['07winter4'] = 5;pCount['07summer7'] = 3;pCount['<ItemID>'] = 0;pCount['100228'] = 4;pCount['081208'] = 2;pCount['07winter1'] = 6;pCount['090530'] = 3;pCount['081201'] = 7;pCount['091015'] = 1;pCount['070807'] = 0;pCount['090511'] = 2;pCount['070813'] = 0;pCount['07fall1'] = 4;pCount['090315'] = 1;pCount['080523'] = 2;pCount['08spring4'] = 2;pCount['07lsu1'] = 0;
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=withrye&item=" + item;
	var linktext = "<a href=\"javascript:displayReblogger('"+item+"');\">&nbsp;"+pCount[item]+"&nbsp;</a><!--" + source + "-->";
	document.write(linktext);
}

function onpageReblogger(item) {

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

