
function switchLang( lang )
{
	document.location.href = '/' + lang + '/content/' + state + '.php';
}
