<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 7,
  interval: 6000,
  width: 340,
  height: 300,
  theme: {
    shell: {
      background: '#cfcfcf',
      color: '#5c5a53'
    },
    tweets: {
      background: '#ffffff',
      color: '#66615c',
      links: '#8a0000'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('justinmcroberts').start();
</script>