	
	$(document).ready(function() 
	{
		$('#sponsoren img').show(0);
		
		$('#sponsoren_2').cycle({ 
		    fx:    'fade', 
		    speed:  2500 
		 });	
		 
		 $('#sponsoren_3').cycle({ 
		    fx:    'fade', 
		    speed:  2500 
		 });
		 
		 $('#sponsoren_4').cycle({ 
		    fx:    'fade', 
		    speed:  2500 
		 });
		 
		 $('#sponsoren_5').cycle({ 
		    fx:    'fade', 
		    speed:  2500 
		 });
		 
		 
		$('.volksbank').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c130';
		});
		
		$('.wilson').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c135';
		});
		
		$('.intersport').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c135';
		});
		
		$('.baumax').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c130';
		});
		
		$('.muegu').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c130';
		});
		
		$('.stadtwerke').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c130';
		});
		
		$('.gatterbauer').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c133';
		});
		
		$('.hbfueller').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c133';
		});
		
		$('.jodl').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c133';
		});
		
		$('.froeling').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c133';
		});
		
		$('.ewbau').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c133';
		});
		
		$('.optikbauer').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.sparkasse').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.gerard').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.arena').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.regina').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.lewog').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.schueller').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.xtrem').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.vbwels').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.kaltseis').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c133';
		});
		
		$('.luftensteiner').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		$('.keynet').click(function() {
			location.href = 'http://www.taf-tennis.at/sponsoren.html#c134';
		});
		
		
		
		// Klickbare Überschriften bei Reservierungs-Übersicht
		
		$("h1.reservierungen").click(function () {
      		$("table.restable").toggle();
    	});
    	
    	$("h1.10erblock").click(function () {
      		$("table.blocktable").toggle();
    	});
    	
    	$("h1.abo").click(function () {
      		$("table.abotable").toggle();
    	});


		 
	});
