$(function(){
	$('nav li').click(function(){
		window.location.href = $(this).find('a').attr('href');
	});
});
