$(document).ready(function() {
	$("div[href]").click(function () {
		window.location = $(this).attr("href");
	});
});
