new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'ica-atom OR icaatom',
  interval: 6000,
  title: 'What people are saying about',
  subject: 'ICA-AtoM',
  width: 220,
  height: 300,
  theme: {
    shell: {
      background: '#999999',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: true,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'all'
  }
}).render().start();

