(function() {
    //Contribute: git clone git://github.com/seaofclouds/tweet.git 
    if ($('#Tweets')) {
        $('#Tweets').tweet({
            username: 'mejarc',
            join_text: ' ',
            count: 8,
            loading_text: 'Loading...',
            auto_join_text_default: ''
        });
        $('#Tweets img').hide();
    }
})();
