"Sacramento River above Bend Bridge", "ORFC1" => "Sacramento River at Ord Ferry", "CLUC1" => "Sacramento River at Colusa Bridge", "FMWC1" => "Sacramento River at Fremont Weir", "GRIC1" => "Feather River at Gridley", "FBLC1" => "Feather River at Boyd's Landing", "VONC1" => "Sacramento River at Verona", "SAMC1" => "American River at H Street", "MHBC1" => "Cosumnes River at Michigan Bar", "MCNC1" => "Cosumnes River at McConnell", "THTC1" => "Mokelumne River at Benson Ferry", "OBBC1" => "Stanislaus River at Orange Blossom Bridge", "MDSC1" => "Tuolumne River at Modesto", "PATC1" => "San Joaquin River at Patterson", "VNSC1" => "San Joaquin River at Vernalis" ); ### FILENAMES and OTHER SETTINGS #### ##################################################################################### $currentstage = "http://water.weather.gov/ahps2/all_layer_merge.php?wfo=sto&layers=10,7,8,2,9,15,6"; $recordstoshow = 20; // Number of observation records to show. $displayscale = 0; // If set to 1 display Scale to Flood Categories // If set to 0 display Default Hydrograph $ourTZ = 'America/Los_Angeles'; // NOTE: this *MUST* be set correctly to show the correct times // find your zone http://us3.php.net/manual/en/timezones.php ### END OF SETTINGS ########################################################################################### // set time zone if (isset ($SITE['tz'])) { $ourTZ = $SITE['tz']; } if (isset ($SITE['timeFormat'])) { $timeFormat = $SITE['timeFormat']; } if (phpversion() < 5) { echo 'This script requires PHP version 5 or greater. You only have PHP version: ' . phpversion(); exit; } // Establish timezone offset for time display date_default_timezone_set("$ourTZ"); // Time zone offset for xml date $TZ_offset = date("P"); ?>