﻿function genericPageLoad()
{
    // Each page can choose whether to implment this or not
    try
    {
        pageLoader();
    }
    catch(e)
    {}
}