  new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 4,
                  interval: 6000,
                  width: 270,
                  height: 185,
                  theme: {
                    shell: {
                      background: '#EEEEEE',
                      color: '#000'
                    },
                    tweets: {
                      background: '#EEEEEE',
                      color: '#4a4c4d',
                      links: '#05929B'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: true,
                    live: true,
                    hashtags: true,
                    timestamp: true,
                    avatars: false,
                    behavior: 'default'
                  }
                }).render().setUser('cinconodos').start();
