$(function() {
	
	// shows and hides the navigation in the footer
	$('.tn-nav-wrap').hover(function() {
		$('.title-string').stop(true,true).fadeToggle(300);
	});


}); //end.ready

