This is a page about quantum leapfrogging through the fabric of spacetime, specifically into the mysterious realm of dark matter.
// Quantum Leapfrogging into Dark Matter Algorithm
function quantumLeapfrog() {
if (random() == 1) {
document.location.href = "subpages/quantum-leap/paradoxes/Quantum_Leaping_Into_Dark_Matter/Quantum_Leapfrogged";
} else {
document.location.href = "subpages/quantum-leap/paradoxes/Quantum_Leaping_Into_Dark_Matter/Still_In_Space_Time";
}
}
quantumLeapfrog();