new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 30000,
  width: 423,
  height: 200,
  theme: {
    shell: {
      background: '#E6E6E6',
      color: '#848282'
    },
    tweets: {
      background: '#ffffff',
      color: '#848282',
      links: '#f6a08b'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('HDS_sakai').start();

