$(function(){
    $('#twitterText').twit('DestinationJc', {
        limit: 6
        , icon: false
        , label: ''
        , username: false
    });
});

