                new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 5,
                  interval: 6000,
                  width: 290,
                  height: 500,
                  theme: {
                    shell: {
                      background: '#111',
                      color: '#ccc'
                    },
                    tweets: {
                      background: '#000000',
                      color: '#ffffff',
                      links: '#ff0000'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: false,
                    live: false,
                    hashtags: true,
                    timestamp: true,
                    avatars: false,
                    behavior: 'all'
                  }
                }).render().setUser('ontariohogrally').start();
