new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 150,
  height: 300,
  theme: {
    shell: {
      background: '#dddddd',
      color: '#07b6eb'
    },
    tweets: {
      background: '#ffffff',
      color: '#999999',
      links: '#07b6eb'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('jimbochokagetsu').start();
