$(function() {
	$(".etusivukuva").click(function() {
		document.location.href = "/toimisto";
	});
});
