$(document).ready(function(){
	
	$('#bilder').tinyLightbox({  
		  cycle: true,
		  slideshow: 9000,
		  slideshowAutostart: 1,
		  speed: 450,
		  animation: 'balupton',
		  labelImage: 'Bild', 
		  labelFrom: 'von'
	});
	
	$(".formExtend").click(function () {
		$(this).next().slideToggle("fast");		
		return false;
	});
	
	$(".selectSort").change(function () {
		$(this).parent('form').trigger('submit');
    });
    
    $(".anfrageSpam").val('5');	
});