// ------------------------------------
//  Analyzer 設定
// ------------------------------------

new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 5,
  interval: 3000,
  width: 'auto',
  height: 180,
  theme: {
    shell: {
      background: '#00ccff',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#808080',
      links: '#ff0a80'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: false,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
// }).render().setUser('CohakuCreative').start();
}).render().setUser('ise_monogatari').start();

