new TWTR.Widget({
					  version: 2,
					  type: 'profile',
					  rpp: 2,
					  interval: 6000,
					  width: 269,
					  height: 280,
					  theme: {
						shell: {
						  background: 'transparent',
						  color: '#a8a888'
						},
						tweets: {
						  background: '#000000',
						  color: '#a8a888',
						  links: '#c1da26'
						}
					  },
					  features: {
						scrollbar: false,
						loop: false,
						live: false,
						hashtags: true,
						timestamp: true,
						avatars: true,
						behavior: 'all'
					  }
					}).render().setUser('theacotweets').start();
