new TWTR.Widget({
                                  version: 2,
                                  type: 'profile',
                                  rpp: 10,
                                  interval: 6000,
                                  width: 250,
                                  height: 180,
                                  theme: {
                                    shell: {
                                      background: '#101010',
                                      color: '#FFFFFF'
                                    },
                                    tweets: {
                                      background: '#101010',
                                      color: '#dbdbdb',
                                      links: '#00aeff'
                                    }
                                  },
                                  features: {
                                    scrollbar: true,
                                    loop: false,
                                    live: false,
                                    hashtags: false,
                                    timestamp: false,
                                    avatars: false,
                                    behavior: 'all'
                                  }
                                }).render().setUser('scarletfade').start();
