new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 5000,
  width: '180',
  height: 250,
  theme: {
    shell: {
      background: '#004691',
      color: '#ffffff'
    },
    tweets: {
      background: '#eef2f2',
      color: '#3c3c3c',
      links: '#3b66b4'
    }
  },
  features: {
    scrollbar: true,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: false,
    avatars: false,
    behavior: 'default'
  }
}).render().setUser('japancityhotel').start();
