$(function(){
    $("#tweets").tweet({
        username: "carriecatherine",
        count: 2,
        fetch: 2,
        template: "<a href='//twitter.com/carriecatherine'>@carriecatherine</a> ({time})<br />{text}",
        loading_text: "loading..."
    });
});

$(document).ready( function() {

});

