
getTwitters('tweet', { 
	id: 'taceindhoven', 
	count: 3, 
	enableLinks: true, 
	ignoreReplies: false, 
	clearContents: true,
	template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id_str%/">%time%</a>'
});

$(document).ready(function() {					   
	$("#flickr_badge_wrapper a").attr("target","_blank");
	
	$('#tabs-0').fbWall({
		id:'tacehv',
		showGuestEntries:true,
		showComments:true,
		max:3,
		timeConversion:24
	});
	
	$('#tabs-1').fbWall({
		id:'104188366316960',
		showGuestEntries:true,
		showComments:true,
		max:3,
		timeConversion:24
	});
	
	$('#tabs-2').fbWall({
		id:'175108395837194',
		showGuestEntries:true,
		showComments:true,
		max:3,
		timeConversion:24
	});
	
	$( "#accordion" ).accordion({
		autoHeight: false,
		collapsible: true
	});

});
