new TWTR.Widget({
          version: 2,
          type: 'search',
          search: 'ideateca',
          interval: 6000,
          title: '',
          subject: '',
          width: 220,
          height: 165,
          theme: {
            shell: {
              background: '#ffffff',
              color: '#ffffff'
            },
            tweets: {
              background: 'transparent url("/images/home/portlets_area/portlets-bg.png") -74px -280px'
            }
          },
          features: {
            scrollbar: false,
            loop: true,
            live: true,
            hashtags: true,
            timestamp: false,
            avatars: false,
            behavior: 'default'
          }
        }).render().start();