new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'pazapメンバーのTwitter',
  subject: 'ぱざツイッター',
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#0099cc',
      color: '#ffffff'
    },
    tweets: {
      background: '#087ea6',
      color: '#ffffff',
      links: '#44ff00'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('pazap_sugimoto', 'pazap').start();

