if (typeof console == 'undefined') {
console = {
    'log': function () {},
    'warn': function () {},
    'error': function () {}
}
}


