
                    new TWTR.Widget({
                      version: 2,
                      type: 'profile',
                      rpp: 1,
                      interval: 6000,
                      width: 230,
                      height: 70,
                      theme: {
                        shell: {
                          background: 'transparent',
                          color: '#a3a3a3'
                        },
                        tweets: {
                          background: 'transparent',
                          color: '#a3a3a3',
                          links: '#a3a3a3'
                        }
                      },
                      features: {
                        scrollbar: false,
                        loop: false,
                        live: false,
                        hashtags: true,
                        timestamp: true,
                        avatars: false,
                        behavior: 'all'
                      }
                    }).render().setUser('Severnshed').start();

