
                        new TWTR.Widget({
                          version: 2,
                          type: 'profile',
                          rpp: 2,
                          interval: 6000,
                          width: 473,
                          height: 170,
                          theme: {
                            shell: {
                              background: 'none',
                              color: '#4a4a4a'
                            },
                            tweets: {
                              background: 'none',
                              color: '#878787',
                              links: '#71dc12'
                            }
                          },
                          features: {
                            scrollbar: false,
                            loop: false,
                            live: false,
                            hashtags: true,
                            timestamp: true,
                            avatars: false,
                            behavior: 'all'
                          }
                        }).render().setUser('britishlogos').start();

            

