function report_broken(tutorial) {
    var result = confirm("You are now going to report a broken link. Please, make sure you didn't click the link by mistake.");
    if (result == true) {
        window.location = tutorial + '.html?act=broken';
    }
}
