  new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 4,
                  interval: 6000,
                  width: 186,
                  height: 180,
                  theme: {
                    shell: {
                      background: '#cbdddf',
                      color: '#000'
                    },
                    tweets: {
                      background: '#cbdddf',
                      color: '#333333',
                      links: '#492257'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: true,
                    live: true,
                    hashtags: true,
                    timestamp: true,
                    avatars: false,
                    behavior: 'default'
                  }
                }).render().setUser('walk4lifeinfo').start();
