new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 2,
  interval: 6000,
  width: 300,
  height: 200,
  theme: {
	shell: {
	  background: '#375384',
	  color: '#ffffff'
	},
	tweets: {
	  background: '#ffffff',
	  color: '#3f5788',
	  links: '#7e9100'
	}
  },
  features: {
	scrollbar: false,
	loop: false,
	live: false,
	hashtags: true,
	timestamp: true,
	avatars: false,
	behavior: 'all'
  }
}).render().setUser('TEC_Tweets').start();
