new TWTR.Widget({
          version: 2,
          type: 'profile',
          rpp: 7,
          interval: 6000,
          width: 296,
          height: 400,
          theme: {
            shell: {
              background: '#eeac04',
              color: '#ffffff'
            },
            tweets: {
              background: '#000000',
              color: '#ffffff',
              links: '#ffe019'
            }
          },
          features: {
            scrollbar: true,
            loop: false,
            live: true,
            hashtags: true,
            timestamp: true,
            avatars: false,
            behavior: 'all'
          }
        }).render().setUser('buchholzband').start();


