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 2 - September 8: Valencia - Alcoy, 144.7 kmProfileImage ©: www.lavuelta.com Stage descriptionStart time: 13:44 CEST Stage two will see the riders leave Valencia towards the first of the big climbs of this years Vuelta, Alto del Portillol, a category one climb of 500 metres over eight kilometres. With this climb just under eighty kilometres into stage two, it will certainly wipe any smiles from the faces of the riders. A second, easier climb up to El Revolcat will give the riders an easy 20km ride before the short climb into Alcoi. Good team tactics will be needed if the teams wish to have their sprinters among the front group. Previous Vuelta's have seen huge crowds forming to view the race, so once again we should see a large number of cheering race fans lining the route. The people of Alcoi actually get twice the viewing pleasure, as the race visits Alcoi twice in the final 30 kilometres of the stage. |
|
|