new TWTR.Widget({
  version: 2,
  type: 'search',
  search: 'DJ Thera OR Theracords',
  interval: 5000,
  title: 'Tweets about Thera',
  subject: '',
  width: 'auto',
  height: '150',
  theme: {
	shell: {
	  background: 'transparent',
	  color: '#ffffff'
	},
	tweets: {
	  background: 'transparent',
	  color: '#ffffff',
	  links: '#ffffff'
	}
  },
  features: {
	scrollbar: true,
	loop: true,
	live: true,
	hashtags: true,
	timestamp: true,
	avatars: true,
	toptweets: true,
	behavior: 'default'
  }
}).render().start();

