function showOverlay()
{
    new Ajax.Updater('overlay_container', '/ajax_requests/overlay.html');
}