// Twitter WIdget Settings

new TWTR.Widget({
              version: 2,
              type: 'profile',
              rpp: 4,
              interval: 15000,
              width: 220,
              height: 265,
              theme: {
                shell: {
                  background: '#ffffff',
                  color: '#4d4d4d'
                },
                tweets: {
                  background: '#ffffff',
                  color: '#4d4d4d',
                  links: '#80b5cd'
                }
              },
              features: {
                scrollbar: false,
                loop: false,
                live: true,
                hashtags: false,
                timestamp: true,
                avatars: false,
                behavior: 'default'
              }
            }).render().setUser('brendapoopscoop').start();