$(function() {
	$(".bottombox").click(function() {
		var id = $(this).attr("id");
		var url = "/" + id;
		document.location.href = url;
	});
});
