new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 10,
  interval: 30000,
  width: 165,
  height: 200,
  theme: {
    shell: {
      background: '#D1D1D1',
      color: '0'
    },
    tweets: {
      background: '#ffffff',
      color: '0',
      links: '#BD60A6'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: false,
    behavior: 'all'
  }
}).render().setUser('uemurakana27').start();

