// JavaScript Document


// Search by WatchetFESTlive - the profile

 new TWTR.Widget({
                  version: 2,
                  type: 'profile',
                  rpp: 2,
                  interval: 6000,
                  width: 400,
                  height: 195,
                  theme: {
                    shell: {
                      background: '#FFFFFF',
                      color: '#666666',
					  links: '#cb085f'
                    },
                    tweets: {
                      background: '#ffffff',
                      color: '#666666',
                      links: '#2db7d9'
                    }
                  },
                  features: {
                    scrollbar: false,
                    loop: true,
                    live: true,
                    hashtags: true,
                    timestamp: true,
                    avatars: true,
                    behavior: 'default'
                  }
                }).render().setUser('WatchetLIVEfest').start();
