$(document).ready(function() {
    $("#change_city .submit").click(function() {
        if($("#change_city select[name=city]").val()) {
            document.location='http://'+$("#change_city select[name=city]").val()+'.dlastudenta.pl/';
        }
        return false;
    });
});
