﻿new TWTR.Widget({
	version: 2,
	type: 'profile',
	rpp: 4,
	interval: 30000,
	width: 250,
	height: 200,
	theme: {
		shell: {
			background: '#bb0000',
			color: '#eecc77'
		},
		tweets: {
			background: '#ffffff',
			color: '#333333',
			links: '#3b5898'
		}
	},
	features: {
		scrollbar: true,
		loop: false,
		live: true,
		behavior: 'all'
	}
}).render().setUser('walnixism').start();
