
	new TWTR.Widget({
		search: '@HausProjects',
		id: 'twitter',
		loop: false,
		title: '',
		subject: '',
		width: 360,
		height: 350,
		theme: {
			shell: {
				background: '#FFFFFF',
				color: '#FFFFFF'
			},
			tweets: {
				background: '#FFFFFF',
				color: '#000000',
				links: '#e34ba4'
			}
		}
	}).render().start();
