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