new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 7,
  interval: 3000,
  width: 222,
  height: 320,
  theme: {
    shell: {
      background: '#FFF',
      color: '#666'
    },
    tweets: {
      background: '#FFF',
      color: '#666',
      links: '#2982BE'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('DC38Trades').start();
