$(function() {
	$('.input.nav.select.back').click(function() {
		location.href = '/';
		return false;
	});
});

