function valoda(val) {
	$.cookie("valoda", null, {
		path : '/'
	});
	$.cookie("valoda", val, {
		path : '/'
	});
	window.location.reload();
}
