$(document).ready(function() {
    // Twitter widget
    $(function() {
        $("#twitter .status").tweet({
            join_text: "",
            username: "brinstraining",
            count: 1,
            loading_text: ""
        });
    });
});
