new TWTR.Widget({
	version: 2, type: 'profile', rpp: 1, interval: 2000, width: 213, height: 53, theme: {shell: {background: 'transparent', color: '#ffffff'}, tweets: {background: 'transparent', color: '#555555', links: '#4aed05'}},
	features: {scrollbar: false, loop: false, live: false, hashtags: false, timestamp: false, avatars: false, behavior: 'default'}
}).render().setUser('thisisweb').start();

