// $Id: all.js 25 2007-07-24 03:33:10Z unicinfo $
// Copyright (c) 2004 Kurt M. Brown, x2ii.info.
// This file is subject to the terms and conditions of the GNU General Public
// License. See the file COPYING for more details.

xi.allRemove = function()
{
    // crazy pre-load hack for remote xbl, part 2
    var remove = document.getElementById('xi-removeOnLoad');
    remove.parentNode.removeChild(remove);
}

