// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'Abilities JUSCO',
  subject: 'SCRUM-music',
  width: 260,
  height: 240,
  theme: {
    shell: {
      background: '#999',
      color: '#ffffff'
    },
    tweets: {
      background: '#fff',
      color: '#333',
      links: '#0066cc'
    }
  },
  features: {
    scrollbar:true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('SCRUM_music', 'shop-info').start();

