$(document).ready(function(){
  $(".footer_link").click(function(event){
    window.location = "/";
  })
});
