function getLang()
{
	if(navigator.language)
		return navigator.language;
	else
		return navigator.systemLanguage;
}

if(getLang().toLowerCase().indexOf("zh") >= 0 && $.request("ID") != 61)
	location.href = "http://lisbethdahl.net.dynamicweb.dk/Default.aspx?ID=61&Purge=True";
if(getLang().toLowerCase().indexOf("hi") >= 0 && $.request("page") != "india")
	location.href = "http://lisbethdahl.net.dynamicweb.dk/India.aspx?Purge=True&page=india";
	
	if(getLang().toLowerCase().indexOf("da") >= 0)
	{
		if( $.request("AreaID") == null ||  location.hostname.toLowerCase().indexOf(".com")>0 )
		{
			location.href = location+"?AreaID=3";
		}		
	}
	else
	{
		if( $.request("AreaID") == "")
		{
			location.href = location+"?AreaID=1";
		}	
	}