
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 2000,
  width: 230,
  height: 150,
  theme: {
    shell: {
      background: '#caa560',
      color: '#522F08'
    },
    tweets: {
      background: '#eedfb6',
      color: '#522F08',
      links: '#9c1424'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('whatacatchtv').start();

