
Spry.Utils.addLoadListener(function() {

$(document).ready(function() {
	$('#twitter').twitterSearch({
		term: 'wildevuur_nl',
		title: 'Wildevuur tweets',
		titleLink: 'http://twitter.com/wildevuur_nl',
		bird: false,					// true or false (show or hide twitter bird image)
		birdSrc: 'twitter/images/tweet.gif', 		// twitter bird image
		birdLink: 'http://twitter.com/wildevuur_nl',		// url that twitter bird image should like to
		avatar: true,				// true or false (show or hide twitter profile images)
		anchors: true,			// true or false (enable embedded links in tweets)
		animOutSpeed: 500,	// speed of animation for top tweet when removed
		animInSpeed: 500,	// speed of scroll animation for moving tweets up
		pause: true,				// true or false (pause on hover)
		time: true,					// true or false (show or hide the time that the tweet was sent)
		timeout: 4000,			// delay betweet tweet scroll
		css: { 
			a:     { textDecoration: 'none', color: '#41464B', fontWeight: 'bold'},
			container: { backgroundColor: '#8D9499' },
			frame: { border: '1px solid #41464B', borderRadius: '0px', '-moz-border-radius': '0px', '-webkit-border-radius': '0px' },
			img:   { width: '30px', height: '30px' },
			loading: { color: '#666666' },
			text:  {fontWeight: 'normal', fontSize: '11px', color:'#ffffff'},
			time:  { fontSize: '11px', color: '#791c11' },
			title: { backgroundColor: '#41464B', padding: '6px 0 6px 0', textAlign: 'center', fontWeight: 'normal', fontSize: '12px'},
			titleLink: { textDecoration: 'none', color: '#ffffff' },
			user:  { fontSize: '12px'},
			fail:  { background: '#6cc5c3 url(/images/failwhale.png) no-repeat 50% 50%'}
		}
	});
});


});

