
$(document).ready(function() {
	
	var starte = 1;
	
var update = setInterval(function()
	{
		if (starte == 5 ) { starte = 1; }
		
		if (starte == 1 ) {
	
		$('#header_change2').hide().fadeOut().html('<div class="red_header"><a href="/event_20120301.php" title="Event 1 März"><img src="/pix/eventteaser.jpg" border="0" alt="Event 1 Maerz" title="Event 1 Maerz" /></a></div>').fadeIn(1500);
		}
		
		if (starte == 2 ) {
		
		$('#header_change2').hide().fadeOut().html('<div class="red_header"><a href="/standorte.php" title="Edelmetall-Ankauf"><img src="/ankauf2.jpg" border="0" alt="Edelmetall-Ankauf" title="Edelmetall-Ankauf" /></a></div>').fadeIn(1500);
		}
		
		if (starte == 3 ) {
		
		$('#header_change2').hide().fadeOut().html('<div class="red_header"><a href="videos.php" title="Video-Datenbank"><img src="/videos/videos.jpg" border="0" alt="Video-Datenbank" title="Video-Datenbank" /></a></div>').fadeIn(1500);
		}
		
		if (starte == 4 ) {
		
		$('#header_change2').hide().fadeOut().html('<div class="red_header"><img src="/cats_de4.jpg" border="0" usemap="#Map" alt="Kategorien" /><map name="Map" id="Map"><area shape="rect" coords="22,18,100,145" href="/index.php/cPath/24" alt="Goldbarren" /><area shape="circle" coords="159,99,44" href="/index.php/cPath/21" alt="Goldm&uuml;nzen" /><area shape="rect" coords="33,148,88,176" href="/index.php/cPath/24" alt="Goldbarren" /><area shape="rect" coords="131,146,188,179" href="/index.php/cPath/21" alt="Goldm&uuml;nzen" /><area shape="rect" coords="221,21,294,176" href="/index.php/cPath/23" alt="Silberbarren" /><area shape="rect" coords="325,145,385,179" href="/index.php/cPath/22" alt="Silberm&uuml;nzen" /><area shape="circle" coords="355,96,45" href="/index.php/cPath/22" alt="Silberm&uuml;nzen" /><area shape="rect" coords="414,13,502,179" href="/index.php/cPath/27" alt="Handelsgold" /><area shape="rect" coords="508,13,591,178" href="/index.php/cPath/28" alt="Sonderposten" /></map></div>').fadeIn(1500);
		}
		starte = starte + 1;
	}, 7500);
});

