
$(document).ready(function(){
	$("#langSelect").change(function(){
		document.location.replace($(this).val());
	});	
});