new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 30,
  interval: 6000,
  title: 'What\'s going on at',
  subject: 'MousePlanet',
  width: 189,
  height: 400,
  theme: {
    shell: {
      background: '#5b86bd',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#0000ff'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'all'
  }
}).render().setList('MousePlanet', 'mouseplaneteers').start();

/*
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 12,
  interval: 6000,
  width: 'auto',
  height: 300,
  theme: {
    shell: {
      background: '#5b86bd',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#333333',
      links: '#0000ff'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('MousePlanet').start();
*/
