new TWTR.Widget({ version: 2, type: 'profile', rpp: 20, interval: 30000, width: 200, height: 100, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#07ebe0' } }, features: { scrollbar: true, loop: false, live: true, behavior: 'all' } }).render().setUser('@verdieneuros').start(); new TWTR.Widget({ version: 2, type: 'profile', rpp: 20, interval: 30000, width: 200, height: 100, theme: { shell: { background: '#333333', color: '#ffffff' }, tweets: { background: '#000000', color: '#ffffff', links: '#07ebe0' } }, features: { scrollbar: true, loop: false, live: true, behavior: 'all' } }).render().setUser('@snoezies').start();