<!--  This is the af_style.js file using integration with jQuery   -->

<!--  This gradually fades in the href to the next page  -->
$(document).ready(function() {
	$('#mainnav a').hide()
	.fadeIn(2500);
	});
