new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 3,
  interval: 3000,
  width: 260,
  height: 400,
  theme: {
    shell: {
      background: '#98534B',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#003300'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('takakitac').start();

