
/*******************************************************
This is the base onload function.  This must be called
every page load.  So if you need to add functionality,
either add it here, or create an onload function that
calls this function.
*******************************************************/

function onload_base () {
    MM_preloadImages('img/logout2.gif');
}
