new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 15,
  interval: 6000,
  width: 545,
  height: 200,
  theme: {
    shell: {
      background: '#ffff99',
      color: '#993300'
    },
    tweets: {
      background: '#ffffee',
      color: '#222222',
      links: '#339900'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('chihiro_info').start();