function setLang(lang){
	jQuery.post("ajax/setLang.php", {lang: lang}, reload);
}

function reload(){
	window.location.href = window.location.href;
}