window.location = $("#dayAfterLink").attr("href");
$(document).keydown(function(e) { if (e.keyCode === 37) { console.log("left arrow"); } });