new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 2,
                  interval: 6000,
                  width: 280,
                  height: 80,
                  theme: {
                    shell: {
                      background: 'transparent',
                      color: '#FFF'
                    },
                    tweets: {
                      background: '#transparent',
                      color: '#6e6e6e',
                      links: '#737373'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: false,
                    live: false,
                    hashtags: true,
                    timestamp: true,
                    avatars: false,
                    behavior: 'all'
                  }
                }).render().setUser('igordeveloper').start();
