// JavaScript Document
new TWTR.Widget({
				  version: 2,
				  type: 'profile',
				  rpp: 4,
				  interval: 6000,
				  width: 220,
				  height: 280,
				  theme: {
					shell: {
					  background: '#eb7530',
					  color: '#ffffff'
					},
					tweets: {
					  background: '#eeeeee',
					  color: '#222222',
					  links: '#eb7530'
					}
				  },
				  features: {
					scrollbar: false,
					loop: false,
					live: false,
					hashtags: true,
					timestamp: true,
					avatars: false,
					behavior: 'all'
				  }
				}).render().setUser('ParmarShoes').start();
