function fnAppendTops() {
	$('.quicknav-content h2').append(' <a href="#top" title="Back to top...">^</a>');
}

aOnReady.push(fnAppendTops);