
new TWTR.Widget({ version: 2, type: 'profile', rpp: 100, interval: 20000, width: 610, height: 800, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#ff0000' } }, features: { scrollbar: true, loop: false, live: true, behavior: 'all' } }).render().setUser('staderennais').start();