function setqueryVarsAndSend() {
    var val_location = document.getElementById('sysdsi_locatie_selectie').value;
    var val_branche = document.getElementById('sysdsi_branche_selectie').value;
    var val_duration = document.getElementById('sysdsi_duration_selectie').value;
    var val_niveau = document.getElementById('sysdsi_niveau_selectie').value;

    url = 'http://www.uitzendspecialist.nl/q-engine.aspx?sid=765&pageaction=do_list_query&&layoutId=19&sysdsi_locatie_selectie=' + val_location + '&sysdsi_duration_selectie=' + val_duration + '&sysdsi_niveau_selectie=' + val_niveau + '&sysdsi_branche_selectie=' + val_branche + '';
    location.href = url;
}

$(function () {
    $(".jobtopper-jcarousellite").jCarouselLite({
        vertical: true,
        visible: 4,
        auto: 300,
        speed: 1000
    });
});

