new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 4,
                  interval: 6000,
                  width: 210,
                  height: 300,
                  theme: {
                    shell: {
                      background: '#f8e462',
					  color: '#808080'
                    },
                    tweets: {
                      background: '#fefbf2',
                      color: '#808080',
                      links: '#6CB4F9'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: false,
                    live: false,
                    hashtags: true,
                    timestamp: true,
                    avatars: false,
                    behavior: 'all'
                  }
                }).render().setUser('espacioGuia').start();