function test(x) {
    $.get("test.php?x="+x, function(data){
      $('#ajax_tijdelijk').html(data);
    });
}
