function preLoad()
{
  new Ajax.Updater('preLoad', 'preLoad.php', {asynchronous:true});
}

Event.observe(window, 'load', function() { preLoad() });

