// JavaScript Document
                new TWTR.Widget({
                  version: 2,
                  type: 'list',
                  rpp: 2,
                  interval: 6000,
                  title: '',
                  subject: '',
                  width: 300,
                  height: 140,
                  theme: {
                    shell: {
                      background: '#e0f0ff',
                      color: '#666666'
                    },
                    tweets: {
                      background: '#e0f0ff',
                      color: '#666666',
                      links: '#3DB7E4'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: false,
                    live: false,
                    hashtags: false,
                    timestamp: true,
                    avatars: false,
                    behavior: 'all'
                  }
                }).render().setList('thirddoor', 'website').start();
