Terminal Plunge Techniques

Learn to fall like the wind, land on your feet, and still manage to get hurt really badly.

Techniques:

Remember: practice makes perfect, so don't try this at home.

				// Plunge() function
				function Plunge(distance, speed) {
					return "Ouch!";
				}