﻿/* All the things that need to in onLoad */
function onLoad(serverUtc, bannerCity) {

    initDhtmlGoodiesMenu();
    StartWorldClock(serverUtc, bannerCity);

}

