$(document).ready(function() {
    if ($("#backHistory")) {
        if (history.length < 2)
            $("#backHistory").css({ 'display': 'none' });
    }
});