$(function() {
	setTimeout(function() {
		$('.navOne').fadeIn("slow");
	}, 2000);
});



function showOurStory() {
	$('a#our-story').click();
}
	
