function changelang(l)
{
	beginpositie = window.location.href.split("&l=");
	window.location.href=beginpositie[0] + "&l=" + l
}
