new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 3000,
  width: 200,
  height: 300,
  theme: {
    shell: {
      background: '#60856a',
      color: '#fafafa'
    },
    tweets: {
      background: '#ffffff',
      color: '#555555',
      links: '#338012'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: false,
    avatars: true,
    behavior: 'default'
  }
}).render().setUser('tokachi_inaka').start();

