$(document).ready(function() {

	//alert('ping');
	
	$('#headRechtsFlash').cycle({
		fx: 'fade',
		speed: 2000,
		timeout: 6000,
		random: 1
	});
	
	// Navi Active
	$('#mainnavi li a').each(function() {
		if ($(this).attr('href') == $('body').attr('file')) {
			$(this).addClass('active');
		}
	});

	$("a[class^='lightbox']").slimbox({/* Put custom options here */}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});

});
