
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 30000,
  title: 'もののぷメイド',
  subject: 'ツイッター',
  width: 'auto',
  height: 285,
  theme: {
    shell: {
      background : '#ffffff',
      color: '#333333'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#00B9E7'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().setList('akibamononopu', 'maid').start();

