$(function() {
    $('#slideshow3').cycle({
        delay: 4000,
        speed: 2000
    });
    
    
	$('input.Suche').clearValOnFocus();
});
