new TWTR.Widget({
			version: 2,
			type: 'list',
			rpp: 30,
			interval: 5000,
			title: '',
			subject: '',
			width: '260',
			height: '120',
			theme: {
			  shell: {
				background: '#000000',
				color: '#aeb5b5'
			  },
			  tweets: {
				background: '#000000',
				color: '#aeb5b5',
				links: '#aeb5b5'
			  }
			},
			features: {
			  scrollbar: false,
			  loop: true,
			  live: true,
			  hashtags: true,
			  timestamp: false,
			  avatars: true,
			  behavior: 'preloaded'
			}
		  }).render().setList('NDTVMovies', 'bollywood-celebs').start();
