$(document).ready(function(){
	$('nav .thisSection p a, .thisPage').removeAttr('href');
	if($('.thisPage')[0])
		$('.thisPage').append('<img src="/images/arrow.gif" alt="this page">');
	else $('.thisSection p a').append('<img src="/images/arrow.gif" alt="this page">');
	matchColumns();
	$('#counter').load('/counter.php');
});
function matchColumns(){ $('#navigationWrapper').height($('#main').height()); }
