           new TWTR.Widget({
              version: 2,
              type: 'profile',
              rpp: 8,
              interval: 6000,
              width: 275,
              height: 150,
              theme: {
                shell: {
                  background: '#b5b6bf',
                  color: '#ffffff'
                },
                tweets: {
                  background: '#52bce3',
                  color: '#ffffff',
                  links: '#091414'
                }
              },
              features: {
                scrollbar: true,
                loop: false,
                live: false,
                hashtags: true,
                timestamp: true,
                avatars: false,
                behavior: 'all'
              }
            }).render().setUser('guide2wdw').start();

