$(document).ready(function(){
    $(".tweet").tweet({
        join_text: "auto",
        avatar_size: 48,
        count: 3,
        username: "robincurry",
        auto_join_text_default: "I said,",
        auto_join_text_ed: "I",
        auto_join_text_ing: "I was",
        auto_join_text_reply: "I replied to",
        auto_join_text_url: "I was checking out",
        loading_text: "loading tweets..."
    });
    
    $('.recent-blog-posts').gFeed({  
        url: 'http://blog.robincurry.com/feed', 
        title: 'Recent Blog Posts' 
    });
});
