
new TWTR.Widget({
  version: 2,
  type: 'search',
  search: '#IPAN',
  interval: 6000,
  title: '',
  subject: '',
  width: 300,
  height: 185,
  theme: {
	shell: {
	  background: '#f6f6f6',
	  color: '#f6f6f6'
	},
	tweets: {
	  background: '#f6f6f6',
	  color: '#444444',
	  links: '#1985b5'
	}
  },
  features: {
	scrollbar: false,
	lang: 'nl',
	loop: false,
	live: true,
	hashtags: true,
	timestamp: true,
	avatars: true,
	toptweets: true,
	behavior: 'default'
  }
}).render().start();

