new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 4,
	interval: 6000,
	width: 'auto',
	height: 320,
	theme: {
		shell: {
			// background: '#FF9020',
			background: '#FFF',
			color: '#202020'
		},
		tweets: {
			background: '#FFF',
			color: '#202020',
			links: '#804020'
		}
	},
	features: {
		scrollbar: false,
		loop: true,
		live: true,
		hashtags: false,
		timestamp: true,
		avatars: true,
		behavior: 'default'
	}
}).render().setUser('yasudaclinic').start();

