$().ready(function() { //jQuery
									 
    $(document).ready(function(){
        $(".tweet").tweet({
            username: "webretail",
            join_text: "auto",
            avatar_size: 32,
            count: 5,
            auto_join_text_default: "said,",
            auto_join_text_ed: "",
            auto_join_text_ing: "were",
            auto_join_text_reply: "replied to",
            auto_join_text_url: "were checking out",
            loading_text: "loading tweets..."
        });
    });

});

