$(function() {
    $('.lessonlist').click(function() {
        location.href = $(this).find('.lessonurl').attr('href');
    });

});
