function fnAppendTops() {
	$('.faqs h3').append(' <a href="#faqs" title="Back to FAQS list...">^</a>');
}

aOnReady.push(fnAppendTops);