$(document).ready(function(){

	// tooltip
	$('.tx-c1projects-pi2 ul li a').tooltip({ 
	    bodyHandler: function() { 
	        return $($(this).attr("rel")).html(); 
	    }, 
	    showURL: false
	});

	// bildergallerie
	$.init_slide('imgstore','showhere',0,0,2000,0,9000,1);
	
	//  Tabelle bei TEAM - erste td Klasse 'tdYear' mitgeben
	$('#team-detail-container table tbody tr td:first').addClass('tdYear');
});