$(function(){

	$("#language_box").change(function () {
		location.href = $(this).val();
	});

});
