<script src="http://widgets.twimg.com/j/2/widget.js"></script>

<script>

new TWTR.Widget({

  version: 2,

  type: 'profile',

  rpp: 2,

  interval: 30000,

  width: 250,

  height: 75,

  theme: {

    shell: {

      background: '#bdaf8a',

      color: '#940606'

    },

    tweets: {

      background: '#f5eddc',

      color: '#f50e0e',

      links: '#6e0808'

    }

  },

  features: {

    scrollbar: true,

    loop: false,

    live: false,

    behavior: 'all'

  }

}).render().setUser('Hotwoods1').start();

</script>