new TWTR.Widget({
          version: 2,
          type: 'profile',
          interval: 6000,
          title: '',
          subject: '',
          width: 220,
          height: 165,
          theme: {
            shell: {
              background: '#ffffff',
              color: '#ffffff'
            },
            tweets: {
              background: '#ffffff'
            }
          },
          features: {
            scrollbar: false,
            loop: true,
            live: true,
            hashtags: true,
            timestamp: false,
            avatars: false,
            behavior: 'default'
          }
        }).render().setUser('ludei').start();
        

