
(function($) {

})(jQuery);

// ------------------------------------------------------------
$(document).ready(function(){
	$('#annonce').innerfade({animationtype:'fade',containerheight:'50px',timeout:'4500'});
	$('#slideshow').cycle({
		delay:  4000, 
	    speed:  700, 
	    before: function() {$('#titleSlider').html(this.alt); }
	});
});
