
Spry.Utils.addLoadListener(function() {

$(document).ready(function() {
	$('#twitterIndex').twitterSearch({
		term: 'ikbenadja',
		title: 'Tweets van Adja',
		titleLink: 'http://www.adja.nl',
		bird: true,					// true or false (show or hide twitter bird image)
		birdSrc: 'images/widget/tweet.gif', 		// twitter bird image
		birdLink: 'http://twitter.com/ikbenadja',		// 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: '#4D940C', fontWeight: 'normal'},
			container: { backgroundColor: '#ffffff' },
			frame: { border: '1px solid #7a756f', borderRadius: '0px', '-moz-border-radius': '0px', '-webkit-border-radius': '0px' },
			img:   { width: '30px', height: '30px', padding: '0px'},
			loading: { color: '#888888' },
			text:  {fontWeight: 'normal', fontSize: '12px', color:'#000000'},
			time:  { fontSize: '12px', color: '#808080' },
			title: { backgroundColor: '#c0c0c0', padding: '6px 0 6px 0', textAlign: 'center', fontWeight: 'bold', fontSize: '14px'},
			titleLink: { textDecoration: 'none', color: '#231F20' },
			user:  { fontSize: '12px'},
			fail:  { background: '#6cc5c3 url(/images/widget/failwhale.png) no-repeat 50% 50%'}
		}
	});
});


});

