$(function(){
    $(".list-item").click(function(){
        var url = $(this).attr('data-url');
        go( url )
    })
})
