function show_score(){
    $("b.defis").remove();
    $("button.spoiler_button").hide();
    $("b.real_score").fadeIn(2500);
}

function get_matches(url){
    $("#matches").load(url);
    return false;
}

