$(function() {
	$(".temperature").click(function() {
		document.location.href = "/saakentalla";
	});
});