the maze of orange
it is shaped like a cube
30 lines on each side
orange of course
telling stories about a thing called life
ultimately it is a long journey
all within the mind
starting from the beginning
and ending from the start
in all it is just ideas
and shapes coalescing within my head
unfortunately now it is within yours
include('phpweather.inc'); include('locale_en.inc'); $city = "KNYC"; $Rlocation = "New York City, Central Park"; $metar = get_metar($city, 1); include('locale_en.inc'); pretty_print_metar($metar, $city); echo "
"; $city = "KABE"; $Rlocation = "Allentown, Lehigh Valley International Airport"; $metar = get_metar($city, 1); include('locale_en.inc'); pretty_print_metar($metar, $city); ?>

