new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'LIGHT BRINGER',
  subject: '今のラブリー',
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#009DBF',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#009DBF'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('lovelyofficial1', 'light-bringer').start();
