function loadPage()
{
    history.go(+1);
    return true;
}

function unloadPage()
{
    return true;
}
