new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'ito.mx filter:links',
  interval: 3000,
  title: 'La gente Twitea y nos deja...',
  subject: 'un link cortITO',
  width: 1000,
  height: 400,
  theme: {
    shell: {
      background: '#86D0E9',
      color: '#0b6a8a'
    },
    tweets: {
      background: '#ebf7fa',
      color: '#555555',
      links: '#3b6b8b'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    behavior: 'default'
  }
}).render().start();