// JavaScript Document
          new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 2,
                  interval: 6000,
                  width: 'auto',
                  height: 170,
                  theme: {
                    shell: {
                      background: '#ffffff',
                      color: '#000000'
                    },
                    tweets: {
                      background: '#ffffff',
                      color: '#505050',
                      links: '#0467b5'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: false,
                    live: true,
                    hashtags: true,
                    timestamp: true,
                    avatars: false,
                    behavior: 'all'
                  }
                }).render().setUser('sparkmediamx').start();