var tHeight = 150; var tWidth = 420; new TWTR.Widget({ profile: true, id: 'twtr-profile-widget', loop: true, width: tWidth, height: tHeight, theme: { shell: { background: '#DFDFDF', color: '#444444' }, tweets: { background: '#ffffff', color: '#444444', links: '#1985b5' } } }).render().setProfile('jamesacoxiii').start();