new TWTR.Widget({
  version: 2,
  type: 'list',
  rpp: 3,
  interval: 6000,
  title: 'What\'s hapenning in the world of',
  subject: 'Clinton W. Gray',
  width: 'auto',
  height: 200,
  theme: {
    shell: {
      background: '#4c90b0',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#222222',
      links: '#801c35'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setList('ClintonWGray', 'vancouvermagic').start();
