function livingpolo_language_change()
{
	$('#language_form').submit();
//	if (!document.sending) {
//		document.sending = true;
//		$.ajax({
//			type: "POST",
//			url: WEB_PATH + "app/ajax/language_change.php",
//			data: { },
//			success: function(response) {
//				document.sending = false;
//				document.location.href = document.location.href;
//			},
//			error: function(obj, what_happen, other_obj) {
//				document.sending = false;
//			}
//		});
//	}
}
