// JavaScript Document                                                                                             
// Frömming + Struck GbR 
// ROCKmedia      
// Andreas-Gayk-Str. 7-11
// 24103 Kiel
// author: ROCKmedia / Germany / Kiel
// e-mail: info@rockmedia.de

$("#nav a, #logo a, #footer-wrapper a").click(function() {
 if( $(this).attr('href') != '#' )
 {
     var url = $(this).attr('href');   
     var without = '?site=main_nav';
	 var url_front = 'http://www.halle400.de'
     var url_without = url_front+url+without;  
	
 	}
 	else
 	{
    	return false;
 	}
 
 $("#content-wrapper").delay(0).slideUp(300);
 $("#fullbg").delay(0).fadeOut(500);
 $("#fullbg").delay(300).slideUp(500);

 $('#nav > ul > li').removeClass('rex-active');
 $('#nav > ul > li').removeClass('rex-current');
 $(this).parent().addClass('rex-active');
	
	window.location.hash = url;

   
 setTimeout (function() {
	
	$("#content-wrapper").load(url_without, function(){ 
		$("#content-wrapper").delay(1000).slideDown(800);
		$("#fullbg").delay(800).fadeIn(500);

	});


 }, 600 );
 return false;
	});
	
	
	



	$('#music').toggle(function() {
	  	$('#music').removeClass('an');
		$('#music').addClass('aus');
		
		$('#music-box').load('http://www.halle400.de/files/_resources/music/0.html');
		
		return false;
	}, function() {
	  	$('#music').removeClass('aus');
		$('#music').addClass('an');
		
		$('#music-box').load('http://www.halle400.de/files/_resources/music/1.html');
		
		return false;
	});
	
	
	
	
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17827789-13']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
  
