//top of your page
$gentime = microtime();
$gentime = explode(' ',$gentime);
$gentime = $gentime[1] + $gentime[0];
$pg_start = $gentime;
?>
//end of your page
$gentime = microtime();
$gentime = explode(' ',$gentime);
$gentime = $gentime[1] + $gentime[0];
$pg_end = $gentime;
$totaltime = ($pg_end - $pg_start);
$showtime = number_format($totaltime, 4, '.', '');
echo("
Here you will find some of my notices and stuff revolving around my bicycling adventures. Ok, not so much adventures... Just me getting off my ass and getting some much needed exercise.
I am currently using My Tracks to record my biking stats and google docs/maps to do the analysis of that data. Eventually, I'd like to do this analysis without the help of google... At least My Tracks is an open source project. Map image created with Viking.















































































































