function indexAnimation() {
	$('h1', '#mainContent').animate({opacity:1}, 500).show('normal');
}
$(document).ready(function () {
	nav();
	indexAnimation();
	initOverlay();
});
