new TWTR.Widget({
				  version: 2,
				  type: 'profile',
				  rpp: 30,
				  interval: 6000,
				  width: 350,
				  height: 120,
				  theme: {
					shell: {
					  background: '#4A97CE',
					  color: '#ffffff'
					},
					tweets: {
					  background: '#ffffff',
					  color: '#000000',
					  links: '#0d58fa'
					}
				  },
				  features: {
					scrollbar: false,
					loop: true,
					live: true,
					behavior: 'default'
				  }
				}).render().setUser('FirstSystems').start();

