$(function() {
    // Focus events
    $('.focus-event').click(function() {
        window.location.replace($(this).find('a').attr('href'));
    });
});
