function indexAnimation() {
	$('a', '.homedudes').animate({opacity:1}, 500).show('normal');
}
$(document).ready(function () {
	nav(); // nav.js
	//indexAnimation();
	//initOverlay(); // overlay.js
});

