new TWTR.Widget({
                          version: 2,
                          type: 'profile',
                          rpp: 1,
                          interval: 6000,
                          width: '240',
                          height: 300,
                          theme: {
                            shell: {
                              background: '#e4e4e4',
                              color: '#e4e4e4'
                            },
                            tweets: {
                              background: '#e4e4e4',
                              color: '#333333',
                              links: '#CC66FF'
                            }
                          },
                          features: {
                            scrollbar: false,
                            loop: false,
                            live: false,
                            hashtags: false,
                            timestamp: true,
                            avatars: false,
                            behavior: 'all'
                          }
                        }).render().setUser('RawlingsonLane').start();



