$(function(){

    $(".source").click(function(){
        document.location = '/index/set/what/source/value/' + this.name;
    });
    $(".counttype").click(function(){
        document.location = '/index/set/what/counttype/value/' + this.value;
    });
});