$(function(){$("#languageChooser").change(function(){window.location=$("#languageChooser > option:selected").attr("value")})});
