var $j = jQuery.noConflict();

$j(document).ready(function()
{
	if(!jQuery.browser.flash)
	{
		window.location = '/home/noFlash/'+document.location.hash;
	}
	else if(document.location.hash == "#/DE/Kinderstiftung")
	{
		document.location.hash = '#kinderstiftung';
	}
});


function switchLanguage(id)
{
	window.location = '/home/switchLanguage/'+id;
}
