// JavaScript Document
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'emprendizaje',
  interval: 6000,
  title: 'Conversaci&oacute;n Global',
  subject: 'Emprender e Innovar',
  width: 184,
  height: 300,
  theme: {
    shell: {
      background: '#6fbd33',
      color: '#ffffff'
    },
    tweets: {
      background: '#ffffff',
      color: '#444444',
      links: '#1985b5'
    }
  },
  features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();

