function changelang(lang) {
	if ( lang == 'lol') {
 		return true;
	}

	window.top.location.href = lang;
	return true;
}
// JavaScript Document
