window.onload = function()

{		

 	 	
	if (location.href == "http://summerbang.ursmader.de/2010/category/news/")
	{
		window.document.getElementById("n-news").style.visibility = 'block';
		window.document.getElementById("n-news").style.visibility = 'visible';
	}
	
	if (location.href == "http://summerbang.ursmader.de/2010/category/artists/")
	{
		window.document.getElementById("n-artists").style.visibility = 'block';
		window.document.getElementById("n-artists").style.visibility = 'visible';
	}
	
	if (location.href == "http://summerbang.ursmader.de/2010/category/info/")
	{
		window.document.getElementById("n-info").style.visibility = 'block';
		window.document.getElementById("n-info").style.visibility = 'visible';
	}


	if (location.href == "http://summerbang.ursmader.de/2010/category/presse/")
	{
		window.document.getElementById("n-presse").style.visibility = 'block';
		window.document.getElementById("n-presse").style.visibility = 'visible';
	}
	
	if (location.href == "http://summerbang.ursmader.de/2010/category/history/")
	{
		window.document.getElementById("n-history").style.visibility = 'block';
		window.document.getElementById("n-history").style.visibility = 'visible';
	}
	
	if (location.href == "http://summerbang.ursmader.de/2010/category/team/")
	{
		window.document.getElementById("n-team").style.visibility = 'block';
		window.document.getElementById("n-team").style.visibility = 'visible';
	}



	
}
