﻿Cwo.RegisterNamespace("Cwo.Maps");

Cwo.Maps = new function () {
    // bind the events
    /*
    $(document).ready(function () {
        Cwo.Maps.OnStart = function () {
            $(window).bind("load", function () {
                //new LoadScript();
            });
        };
        // Exception handling code to log exceptions to the event viewer
        if (window.navigator.userAgent.indexOf("MSIE") > -1) {
            Cwo.Maps.OnStart();
            return;
        }
        try {
            Cwo.Maps.OnStart();
        } catch (ex) {
            Cwo.Error.TrackError(ex); // re-throw ex if error should propergate
        }
    });
    */
};
