/*if ( (typeof console === "undefined") || (typeof console.debug === "undefined") || (typeof console.error === "undefined")
    || (typeof console.info === "undefined") || (typeof console.log === "undefined") || (typeof console.warn === "undefined") ) {
    var console = {
        debug: function() {},
        error: function() {},
        info: function() {},
        log: function() {},
        warn: function() {}
    };
}*/