// Quantum Exception Mandate
			 prophets_of_the_universe = {'Universe', 'Space', 'Time', 'Reality'};
			prophets_of_the_universe.each(function(p) {
				if (p === 'Reality') {
					console.log('Reality has been distorted');
				} else {
					console.log('The universe is still intact');
				}
			});