

var $buoop = {}
$buoop.ol = window.onload;
app.onload(function() {
    if ('https:' === document.location.protocol) {
        // Browser Update script is not currently available over SSL.
    } else {
        var e = document.createElement('script');
        e.setAttribute('type', 'text/javascript');
        e.setAttribute('src', 'http://browser-update.org/update.js');
        document.body.appendChild(e);
    }
});
