$(function() {
    // Display banner for all sites except la.tda.gov.uk
    if (document.location.host.toLowerCase().indexOf("lainduct.tda.gov.uk") == -1) {
        $("body").prepend("<div id='pe-banner'><em>A new UK Government took office on 11 May. As a result the content on this site may not reflect current Government policy.</em>" +
            " <p>All statutory guidance and legislation published on this site continues to reflect the current legal position unless indicated otherwise.</p></div>");
    }
});
