// JavaScript Document
$(document).ready(function() {

	$('#twitter3').twitterSearch({
		term: 'markettheatre',
		animOut: { opacity: 1 }, // no fade
		avatar: true,
		anchors: false,
		bird: false,
		colorExterior: 'transparent',
		colorInterior: 'transparent',
		pause:   false,
		time: true,
		timeout: 4000
	});
});
