if (!window.console) {
	console = new Object();
	
	console.debug = function(obj) {
		return;
	}
	
	console.log = function(obj) {
		return;
	}
}
