new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 300,
  height: 260,
  theme: {
	shell: {
	  background: '#a4511a',
	  color: '#ffffff'
	},
	tweets: {
	  background: '#fef3df',
	  color: '#454545',
	  links: '#a4511a'
	}
  },
  features: {
	scrollbar: false,
	loop: false,
	live: false,
	hashtags: true,
	timestamp: true,
	avatars: false,
	behavior: 'all'
  }
}).render().setUser('spinecenteratl').start();

