new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 6000,
  width: 200,
  height: 300,
  theme: {
    shell: {
      background: '#4d341f',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#240903',
      links: '#992a0e'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setUser('UsagiMilky').start();