Stopwatch Class
===============
	Implements a simple stopwatch with start and lap controls.
	Final results are ordered by lap time.
	Percentage of total time each lap takes is also shown.
	A practical example could be profiling and optimizing your code.
	Please see the example script for usage.
2005-01-10	
[email protected]