new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#SinCortinas OR GAastt OR SinCortinas OR @GAastt OR #GAastt',
  rpp: 24,
  interval: 3000,
  width: 'auto',
  height: 295,
  theme: {
    shell: {
      background: '#none',
      color: '#FF9900'
    },
    tweets: {
      background: '#none',
      color: '#3E3E3E',
      links: '#177366'
    }
  },
    features: {
    scrollbar: false,
    loop: true,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: true,
    toptweets: true,
    behavior: 'default'
  }
}).render().start();
