var MWTN = {
	log: function(obj) {
		if(window.console != undefined && window.console.log != undefined) {
			window.console.log(obj);
		}
	}
};

