function last() {
    console.log($('.active').html())
    $('.active').parent().prev().find('a').click();
}