function refreshtime() { //generates autorefresh meta tag with delay set by pretermined schedule //edit these to suit: $d=29; $m=9; $y=2002; // DAY MONTH YEAR $delay='300'; //default $refresh[1]=array('hr'=>12,'min'=>30, 'refresh'=>500); // IN GMT $refresh[2]=array('hr'=>14,'min'=>00, 'refresh'=>300); // IN GMT $refresh[3]=array('hr'=>16,'min'=>30, '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 | ||||||||||||||||||||||||||
|
57th Vuelta a EspañaSpain, September 7- 29, 2002Live report Results & report Profile Description Previous stage Next stage Stage 3 - September 9: San Vicente de Raspeg - Murcia, 134.2 kmProfileImage ©: www.lavuelta.com Stage descriptionStart time: 14:08 CEST Looking more like a time trial stage, day three of La Vuelta is a mere 134 kilometres long, with only one climb, a 13 kilometre, 150 meter rise half way into the course. Favouring the sprinters, those who managed to keep to the front in the previous mountain stage will be in good standing for the top position. With the last section of the stage being downhill into the beautiful city of Murcia, the riders will certainly be pushing the bigger gears in an attempt to rack up points in the last two sprints. |
|
|