if (!window.console) { 
    window.console = {
        log: function(obj){}
    };
}

$.ajaxSetup({
	cache: false
});

