function refreshtime() { //generates autorefresh meta tag with delay set by pretermined schedule //edit these to suit: $d=11; $m=5; $y=2003; // DAY MONTH YEAR $delay='300'; //default $refresh[1]=array('hr'=>11,'min'=>00, 'refresh'=>500); // IN GMT $refresh[2]=array('hr'=>12,'min'=>30, 'refresh'=>300); // IN GMT $refresh[3]=array('hr'=>16,'min'=>00, 'refresh'=>0); // IN GMT //add new $refresh rows as you like in chronological order. Set refresh => 0 for no refresh line // foreach (array_keys($refresh) as $r) { // foreach not available in PHP3! Have to do it like this reset ($refresh); while (list(, $r) = each ($refresh)) { if (time() > gmmktime($r[hr], $r[min], 0, $m, $d, $y)) $delay=$r[refresh]; }; if ($delay) { return ("\n"); } else { return(''); }; }; ?> if (($_REQUEST["id"]=='live') or ($_REQUEST["id"]=='livecomp')) echo refreshtime() ?>
Cyclingnews TV News Tech Features Road MTB BMX Cyclo-cross Track Photos Fitness Letters Search Forum | ||||
|
May 9, 2003Ready for the GiroHello friends from Cyclingnews, It's been a while since I've written a diary; after I finished the Belgian classics I was really tired and didn't even want to touch my computer. So I had some rest and recovery time and made sure I would start the Giro d'Italia at 100 percent. Once I recovered, I did a lot of training; both for sprinting and also plenty of climbing. I did two weeks of major training and had good long massages and I also went to the chiropractor every week. I didn't want to leave anything to chance for this Giro, my first with Fassa Bortolo. Last week, I did the Giro di Romandia, even though there were few stages for sprinters! My condition was pretty good even if I found it tough on the climbs but I'm optimistic that I'll improve during the Giro. After Romandia, I did an easy week; two or three hours a day very easy and a bit of motorpacing to stay used to the high rhythm of racing. Now I'm ready for my 5th Giro d'Italia. Thanks for reading |