$('document').ready(
	function()
	{
		$(".noJs").hide();
		$("#langSelector").change(
			function()
			{
				this.form.submit();
			}
		);
	}
);
