new TWTR.Widget({ version: 2, type: ‘profile’, rpp: 10, interval: 6000, width: ‘auto’, height: 300, theme: { shell: { background: ‘#cc00cc’, color: ‘#ffffff’ }, tweets: { background: ‘#ff19ff’, color: ‘#000000’, links: ‘#ffffff’ } }, features: { scrollbar: true, loop: false, live: true, hashtags: true, timestamp: true, avatars: true, behavior: ‘all’ } }).render().setUser(‘ilnotturno’).start();


