$(document).ready(function() {
$('#time_switch').click(function(e) {
	e.preventDefault();
	$('.time_navigator').toggle(100);
});

});
