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 7 - September 13: Jaen - Malaga, 196.8 kmProfileImage ©: www.lavuelta.com Stage descriptionStart time: 12:41 CEST The sprinters, at least those who haven't had their spirits crushed, get another chance today, with the seventh stage bearing little resemblance to the mountains of stage six. Beginning in Jaen, the stage gently undulates before descending from Antequera to Málaga 200 kilometres later. Teams will have to work the peloton hard if they want to control those who attempt to break away. The riders will need to conserve some energy though, as the next stage heads back up into the mountains. |
|
|