	new TWTR.Widget({
	  version: 2,
	  type: 'search',
	  search: '325ichallenge',
	  rpp: 10,
	  interval: 6000,
  title: 'Twitter #325ichallenge',
  subject: '325ichallenge',
	  width: 577,
	  height: 220,
	  theme: {
		shell: {
		  background: '#0f253d',
		  color: '#ffffff'
		},
		tweets: {
		  background: '#ffffff',
		  color: '#000000',
		  links: '#0f253d'
		}
	  },
	  features: {
		scrollbar: true,
		loop: false,
		live: false,
		hashtags: true,
		timestamp: true,
		avatars: true,
		behavior: 'default'
  }
}).render().start();

