﻿$(function() {

	$("#menu div").click(function() {
		location.href = $(this).find("a").attr("href");
	});

});
