﻿$(document).ready(function () {
    $('#twitterResults').twitterSearch({
        term: 'Tampa Bay',
        title: 'Tampa Twitter Chatter',
        titleLink: null,
        bird: false,
        pause: true,
        timeout: 10000,
        css: {
            img: {
                width: '30px', height: '30px'
            }
        }
    });
});
