/*goodbye.js
*/
function gb_notice()
{
        var msg = "You are now leaving the Bureau of Land Management. The BLM does not control or guarantee the accuracy, relevance, timeliness, or completeness of the materials provided by other agencies or organizations, nor does the BLM endorse other agencies or organizations, their views, products or services.";

        return window.confirm(msg);
}
//end