﻿    jQuery(function($){
        $(".tweet").tweet({
            username: "LawrenceHouseBP",
            avatar_size: 16,
            count: 3,
            loading_text: "loading tweets...",
            refresh_interval: 60
        });
    });

