new TWTR.Widget({
                     version: 2,
                     type: 'profile',
                     rpp: 3,
                     interval: 6000,
                     width: 335,
                     height: 264,
                     theme: {
                       shell: {
                         background: '#84c447',
                         color: '#ffffff'
                       },
                       tweets: {
                         background: '#fff',
                         color: '#333',
                         links: '#84c447'
    					 
                       }
                     },
                     features: {
                       scrollbar: false,
                       loop: false,
                       live: false,
                       hashtags: true,
                       timestamp: true,
                       avatars: false,
                       behavior: 'all'
                     }
                   }).render().setUser('@shopp_valinhos').start();
