function refreshtime() { //generates autorefresh meta tag with delay set by pretermined schedule //edit these to suit: $d=16; $m=3; $y=2003; // DAY MONTH YEAR $delay='300'; //default $refresh[1]=array('hr'=>12,'min'=>00, 'refresh'=>300); // IN GMT $refresh[2]=array('hr'=>14,'min'=>00, 'refresh'=>300); // IN GMT $refresh[3]=array('hr'=>17,'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() ?>
Tech Features Road MTB Cyclocross Track News Photos Feedback | ||||||||||||||||||||||||||||||
|
61st Paris-Nice - 2.HCFrance, March 9-16, 2003Main page Course map Start list Latest live report Stage 3 - March 12: Le Puy-en-Velay - Pont du Gard, 192.5 kmComplete Live ReportStart time: 11:38 CET Today's third stage of the 61st Paris-Nice was neutralised by the riders in memory of Cofidis rdier Andrei Kivilev, who died as a result of injuries sustained in a crash during stage 2. For more, see the following: First Edition
News for March 12 Cyclingnews wishes to extend its condolencies and deepest sympathies to Andrei's family, friends and team-mates. |
|
|