'.staticmap(Array(0 => Array($stop[2],$stop[3]))).'

'; -echo '
    '; -$url = $APIurl."/json/stoptrips?stop=".$_REQUEST['stopid']."&time=".midnight_seconds()."&service_period=".service_period(); -$trips = json_decode(getPage($url)); -debug(print_r($trips,true)); -foreach ($trips as $row) -{ -echo '
  • '; -echo '

    '.$row[1][1]; -echo '
    Via: '.viaPointNames($row[1][0],$_REQUEST['stopid']).'

    '; -echo '

    '.midnight_seconds_to_time($row[0]).'

    '; -echo '
  • '; -} -if (sizeof($trips) == 0) echo "
  • No trips in the near future.
  • "; -echo '