"use strict";$(document).ready(function(){$(".image-block").click(function(){var n=$(".image-block-link",this).attr("href");window.location.href=n});$(".hero-box").click(function(){var n=$(".btn",this).attr("href");window.location.href=n})})