/*
==============================================================================
twitter
==============================================================================
*/

new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 6,
	interval: 3000,
	width: 'auto',
	height: 300,
	theme: {
		shell: {
			background: '#7ccbb0',
			color: '#fff'
		},
		tweets: {
			background: '#ffffff',
			color: '#555555',
			links: '#2d6ece'
		}
	},
	features: {
		scrollbar: false,
		loop: false,
		live: true,
		hashtags: false,
		timestamp: false,
		avatars: false,
		behavior: 'all'
	}
}).render().setUser('taguchirandy').start();
