				new TWTR.Widget({
				  search: '"driven tide" OR driventide',
				  id: 'twtr-search-widget',
				  loop: true,
				  title: 'DrivenTide on Twitter',
				  subject: '',
				  width: 200,
				  height: 160,
				  theme: {
					shell: {
					  background: '#ffffff',
					  color: '#505052'
					},
					tweets: {
					  background: '#ffffff',
					  color: '#505052',
					  links: '#0099ff'
					}
				  },
				  features: {
					scrollbar: false,
					loop: true,
					live: true,
					hashtags: true,
					timestamp: false,
					avatars: true,
					behavior: 'default'
				  }
				}).render().start();
