$(document).ready(function()
{
	$("#language").change(function(event)
	{
		window.location.href = $(this).val();
	});
});
