$(document).ready(function() {
    $('.sliderStartpage').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:   2000, 
        timeout: 3500
	});
});

function direktauswahl(wert)
{
  if(wert != "0") location.href = wert;
}
