new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'oil spill',
  interval: 6000,
  title: 'The Gulf Oil Spill on Twitter',
  subject: '',
  width: 300,
  height: 400,
  theme: {
    shell: {
      background: '#03619f',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#03619f'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().start();
