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