function pageLoad()
{
}

function init()
{
    pageLoad();
}

window.onload = init;
