$(function() {
    $('body').prepend(
        '<div class="back"><a href="../sample.html">BACK</a></div>'
    );
});
