var sel = Math.floor(Math.random()*1001)

if (sel >= 1 && sel <= 1000)
{document.body.innerHTML = '<p>Suddenly, you get a strange feeling in your stomach and pass out.  When you wake up, you find yourself in suspended animation on board an alien spacecraft.  This is where it gets interesting.  This part therefore has been removed to maintain the general feeling of boredom.  Due to your near-light-speed travels, you return to the base in <a href='http://nonjabase.vndv.com/temporalportal/index.php'>the future.</p>'};

if (sel >= 11 && sel <= 20)
{document.body.innerHTML = '<p>You hear a loud noise above, feel an intense heat, then get <a href="dead.php">vaporized</a>.  Guess the nonja fighters got tired of the nonjas and switched to nukes.  Tough luck.</p>'};

if (sel >=21 && sel <= 120)
{document.body.innerHTML = document.body.innerHTML + '<p>A group of nonjas walk by.</p>'};
