struct
Detail [empty string]
ErrNumber 0
Message Element SCRIPT is undefined in DEPARTURESTHREAD.
Resolvedname DEPARTURESTHREAD
StackTrace coldfusion.runtime.UndefinedElementException: Element SCRIPT is undefined in DEPARTURESTHREAD. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1659) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1555) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1729) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1722) at cfAirport2eCfm233259945._factor20(D:\Websites\metrotest\Airport.Cfm:1100) at cfAirport2eCfm233259945._factor27(D:\Websites\metrotest\Airport.Cfm:891) at cfAirport2eCfm233259945._factor30(D:\Websites\metrotest\Airport.Cfm:78) at cfAirport2eCfm233259945.runPage(D:\Websites\metrotest\Airport.Cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at com.seefusion.Filter.doFilter(Filter.java:49) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
array
1
struct
COLUMN 0
ID ??
LINE 1100
RAW_TRACE at cfAirport2eCfm233259945._factor20(D:\Websites\metrotest\Airport.Cfm:1100)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 891
RAW_TRACE at cfAirport2eCfm233259945._factor27(D:\Websites\metrotest\Airport.Cfm:891)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_AIRPORT
LINE 78
RAW_TRACE at cfAirport2eCfm233259945._factor30(D:\Websites\metrotest\Airport.Cfm:78)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
4
struct
COLUMN 0
ID CF_AIRPORT
LINE 1
RAW_TRACE at cfAirport2eCfm233259945.runPage(D:\Websites\metrotest\Airport.Cfm:1)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
element SCRIPT
objectType
object of java.lang.Class
Class Name java.lang.Class
Methods
Method Return Type
asSubclass(java.lang.Class) java.lang.Class
cast(java.lang.Object) java.lang.Object
desiredAssertionStatus() boolean
forName(java.lang.String, boolean, java.lang.ClassLoader) java.lang.Class
forName(java.lang.String) java.lang.Class
getAnnotation(java.lang.Class) java.lang.annotation.Annotation
getAnnotations() java.lang.annotation.Annotation[]
getCanonicalName() java.lang.String
getClassLoader() java.lang.ClassLoader
getClasses() java.lang.Class[]
getComponentType() java.lang.Class
getConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getConstructors() java.lang.reflect.Constructor[]
getDeclaredAnnotations() java.lang.annotation.Annotation[]
getDeclaredClasses() java.lang.Class[]
getDeclaredConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getDeclaredConstructors() java.lang.reflect.Constructor[]
getDeclaredField(java.lang.String) java.lang.reflect.Field
getDeclaredFields() java.lang.reflect.Field[]
getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getDeclaredMethods() java.lang.reflect.Method[]
getDeclaringClass() java.lang.Class
getEnclosingClass() java.lang.Class
getEnclosingConstructor() java.lang.reflect.Constructor
getEnclosingMethod() java.lang.reflect.Method
getEnumConstants() java.lang.Object[]
getField(java.lang.String) java.lang.reflect.Field
getFields() java.lang.reflect.Field[]
getGenericInterfaces() java.lang.reflect.Type[]
getGenericSuperclass() java.lang.reflect.Type
getInterfaces() java.lang.Class[]
getMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getMethods() java.lang.reflect.Method[]
getModifiers() int
getName() java.lang.String
getPackage() java.lang.Package
getProtectionDomain() java.security.ProtectionDomain
getResource(java.lang.String) java.net.URL
getResourceAsStream(java.lang.String) java.io.InputStream
getSigners() java.lang.Object[]
getSimpleName() java.lang.String
getSuperclass() java.lang.Class
getTypeParameters() java.lang.reflect.TypeVariable[]
isAnnotation() boolean
isAnnotationPresent(java.lang.Class) boolean
isAnonymousClass() boolean
isArray() boolean
isAssignableFrom(java.lang.Class) boolean
isEnum() boolean
isInstance(java.lang.Object) boolean
isInterface() boolean
isLocalClass() boolean
isMemberClass() boolean
isPrimitive() boolean
isSynthetic() boolean
newInstance() java.lang.Object
toString() java.lang.String
struct
ARRIVALPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-12T20:42:55Z ASDI_20100312_night 1 2010-03-12T21:42:55Z 2010-03-12T19:42:55Z
ARRIVALS
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 Los Angeles United States LAX LAX KLAX SWA8 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:40:00-08:00 Albuquerque United States ABQ ABQ KABQ [empty string] Albuquerque International Sunport Airport -25200000 NM 2010-03-12T11:54:00-07:00 2010-03-12T19:48:54Z ARRIVED
2 Los Angeles United States LAX LAX KLAX EGF3097 [empty string] EGF American Eagle Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:43:00-08:00 Santa Barbara United States SBA SBA KSBA [empty string] Santa Barbara Municipal Airport -28800000 CA 2010-03-12T12:23:00-08:00 2010-03-12T19:45:25Z ARRIVED
3 Los Angeles United States LAX LAX KLAX WJA1694 [empty string] WJA WestJet [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:43:00-08:00 Vancouver Canada [empty string] YVR CYVR [empty string] Vancouver International Airport -28800000 BC 2010-03-12T10:02:00-08:00 2010-03-12T20:04:19Z ARRIVED
4 Los Angeles United States LAX LAX KLAX WJA1510 B737 WJA WestJet [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:46:00-08:00 Calgary Canada [empty string] YYC CYYC 2010-03-12T18:01:25Z Calgary International Airport -25200000 AB 2010-03-12T11:11:00-07:00 [empty string] ARRIVED
5 Los Angeles United States LAX LAX KLAX SWA538 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:47:00-08:00 Las Vegas United States LAS LAS KLAS [empty string] Mc Carran International Airport -28800000 NV 2010-03-12T11:59:00-08:00 2010-03-11T19:45:51Z ARRIVED
6 Los Angeles United States LAX LAX KLAX SWA104 B733 SWA Southwest Airlines 2010-03-12T20:52:55Z Los Angeles International Airport -28800000 CA 2010-03-12T12:47:00-08:00 Sacramento United States SMF SMF KSMF 2010-03-12T19:44:20Z Sacramento International Airport -28800000 CA 2010-03-12T11:44:00-08:00 2010-03-12T20:11:27Z ARRIVED
7 Los Angeles United States LAX LAX KLAX DAL2085 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:50:00-08:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-12T11:35:00-05:00 2010-03-12T15:35:12Z ARRIVED
8 Los Angeles United States LAX LAX KLAX EGF3044 E135 EGF American Eagle Airlines 2010-03-12T20:58:31Z Los Angeles International Airport -28800000 CA 2010-03-12T12:52:00-08:00 San Diego United States SAN SAN KSAN 2010-03-12T20:36:01Z San Diego International Airport -28800000 CA 2010-03-12T12:36:00-08:00 2010-03-12T20:36:01Z ARRIVED
9 Los Angeles United States LAX LAX KLAX SKW5988 E120 SKW SkyWest 2010-03-12T21:06:31Z Los Angeles International Airport -28800000 CA 2010-03-12T13:00:00-08:00 Fresno United States FAT FAT KFAT 2010-03-12T20:13:53Z Fresno Yosemite International Airport -28800000 CA 2010-03-12T12:14:00-08:00 2010-03-12T20:23:23Z ARRIVED
10 Los Angeles United States LAX LAX KLAX SWA2699 B737 SWA Southwest Airlines 2010-03-12T21:00:16Z Los Angeles International Airport -28800000 CA 2010-03-12T13:00:00-08:00 Salt Lake City United States SLC SLC KSLC 2010-03-12T19:26:57Z Salt Lake City International Airport -25200000 UT 2010-03-12T12:26:00-07:00 2010-03-12T19:44:21Z ARRIVED
11 Los Angeles United States LAX LAX KLAX SWA228 B737 SWA Southwest Airlines 2010-03-12T21:02:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:02:00-08:00 Denver United States DEN DEN KDEN 2010-03-12T18:59:14Z Denver International Airport -25200000 CO 2010-03-12T11:59:00-07:00 2010-03-12T19:52:13Z ARRIVED
12 Los Angeles United States LAX LAX KLAX SKW4670 CRJ2 SKW SkyWest 2010-03-12T21:09:25Z Los Angeles International Airport -28800000 CA 2010-03-12T13:03:00-08:00 San Diego United States SAN SAN KSAN 2010-03-12T20:46:15Z San Diego International Airport -28800000 CA 2010-03-12T12:46:00-08:00 2010-03-12T20:46:15Z ARRIVED
13 Los Angeles United States LAX LAX KLAX SKW6282 E120 SKW SkyWest 2010-03-12T21:04:16Z Los Angeles International Airport -28800000 CA 2010-03-12T13:04:00-08:00 Inyokern United States IYK IYK KIYK 2010-03-12T20:29:01Z [empty string] -28800000 CA 2010-03-12T12:29:00-08:00 2010-03-12T20:29:01Z ARRIVED
14 Los Angeles United States LAX LAX KLAX SWA676 B737 SWA Southwest Airlines 2010-03-12T21:10:55Z Los Angeles International Airport -28800000 CA 2010-03-12T13:04:00-08:00 Oakland United States OAK OAK KOAK 2010-03-12T20:11:21Z Metropolitan Oakland International Airport -28800000 CA 2010-03-12T12:11:00-08:00 2010-03-12T20:29:04Z ARRIVED
15 Los Angeles United States LAX LAX KLAX AAL19 B762 AAL American Airlines 2010-03-12T21:12:25Z Los Angeles International Airport -28800000 CA 2010-03-12T13:06:00-08:00 New York United States JFK JFK KJFK 2010-03-12T15:47:21Z John F Kennedy International Airport -18000000 NY 2010-03-12T10:47:00-05:00 2010-03-12T20:00:33Z ARRIVED
16 Los Angeles United States LAX LAX KLAX ACA552 E190 ACA Air Canada [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:10:00-08:00 Vancouver Canada [empty string] YVR CYVR 2010-03-12T18:45:46Z Vancouver International Airport -28800000 BC 2010-03-12T10:47:00-08:00 [empty string] ARRIVED
17 Los Angeles United States LAX LAX KLAX BAW279 [empty string] BAW British Airways [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:11:00-08:00 London United Kingdom [empty string] LHR EGLL [empty string] Heathrow 0 England 2010-03-12T10:37:00+00:00 2010-03-12T20:01:54Z ARRIVED
18 Los Angeles United States LAX LAX KLAX UAL781 B752 UAL United Airlines 2010-03-12T21:12:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:12:00-08:00 Denver United States DEN DEN KDEN 2010-03-12T19:14:02Z Denver International Airport -25200000 CO 2010-03-12T12:14:00-07:00 2010-03-12T20:04:14Z ARRIVED
19 Los Angeles United States LAX LAX KLAX AFR62 [empty string] AFR Air France [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:12:00-08:00 Paris France [empty string] CDG LFPG [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] 2010-03-12T11:21:00+01:00 2010-03-12T20:38:46Z In Flight
20 Los Angeles United States LAX LAX KLAX AZA3542 [empty string] AZA Alitalia [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:12:00-08:00 Paris France [empty string] CDG LFPG [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] 2010-03-12T11:21:00+01:00 2010-03-12T20:38:46Z In Flight
21 Los Angeles United States LAX LAX KLAX DAL8510 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:12:00-08:00 Paris France [empty string] CDG LFPG [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] 2010-03-12T11:21:00+01:00 2010-03-12T20:38:46Z In Flight
22 Los Angeles United States LAX LAX KLAX AFR062 [empty string] AFR Air France 2010-03-12T21:14:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:14:00-08:00 Paris France [empty string] CDG LFPG [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] [empty string] [empty string] [empty string]
23 Los Angeles United States LAX LAX KLAX DAL2478 A320 DAL Delta Air Lines 2010-03-12T21:16:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:16:00-08:00 Las Vegas United States LAS LAS KLAS 2010-03-12T20:28:55Z Mc Carran International Airport -28800000 NV 2010-03-12T12:28:00-08:00 2010-03-12T20:28:55Z ARRIVED
24 Los Angeles United States LAX LAX KLAX SKW6078 CRJ7 SKW SkyWest 2010-03-12T21:22:37Z Los Angeles International Airport -28800000 CA 2010-03-12T13:16:00-08:00 Portland United States PDX PDX KPDX 2010-03-12T19:06:24Z Portland International Airport -28800000 OR 2010-03-12T11:06:00-08:00 2010-03-12T20:42:29Z ARRIVED
25 Los Angeles United States LAX LAX KLAX UAL6078 CRJ7 UAL United Airlines 2010-03-12T21:22:37Z Los Angeles International Airport -28800000 CA 2010-03-12T13:16:00-08:00 Portland United States PDX PDX KPDX 2010-03-12T19:06:24Z Portland International Airport -28800000 OR 2010-03-12T11:06:00-08:00 2010-03-12T20:42:29Z ARRIVED
26 Los Angeles United States LAX LAX KLAX VRD784 A319 VRD Virgin America 2010-03-12T21:17:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:17:00-08:00 Seattle United States SEA SEA KSEA 2010-03-12T18:55:52Z Seattle-Tacoma International Airport -28800000 WA 2010-03-12T10:55:00-08:00 2010-03-12T20:31:03Z ARRIVED
27 Los Angeles United States LAX LAX KLAX ANZ9835 [empty string] ANZ Air New Zealand [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 London United Kingdom [empty string] LHR EGLL [empty string] Heathrow 0 England 2010-03-12T10:47:00+00:00 2010-03-12T20:29:55Z ARRIVED
28 Los Angeles United States LAX LAX KLAX BMA4455 [empty string] BMA bmi [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 London United Kingdom [empty string] LHR EGLL [empty string] Heathrow 0 England 2010-03-12T10:47:00+00:00 2010-03-12T20:29:55Z ARRIVED
29 Los Angeles United States LAX LAX KLAX COA6063 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 London United Kingdom [empty string] LHR EGLL [empty string] Heathrow 0 England 2010-03-12T10:47:00+00:00 2010-03-12T20:29:55Z ARRIVED
30 Los Angeles United States LAX LAX KLAX DLH9342 [empty string] DLH Lufthansa [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 London United Kingdom [empty string] LHR EGLL [empty string] Heathrow 0 England 2010-03-12T10:47:00+00:00 2010-03-12T20:29:55Z ARRIVED
31 Los Angeles United States LAX LAX KLAX UAL935 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 London United Kingdom [empty string] LHR EGLL [empty string] Heathrow 0 England 2010-03-12T10:47:00+00:00 2010-03-12T20:29:55Z ARRIVED
32 Los Angeles United States LAX LAX KLAX UAL888 B752 UAL United Airlines 2010-03-12T21:26:25Z Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-12T20:27:29Z San Francisco International Airport -28800000 CA 2010-03-12T12:27:00-08:00 2010-03-12T20:47:27Z ARRIVED
33 Los Angeles United States LAX LAX KLAX AAL249 MD82 AAL American Airlines 2010-03-12T21:23:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:23:00-08:00 Las Vegas United States LAS LAS KLAS 2010-03-12T20:35:28Z Mc Carran International Airport -28800000 NV 2010-03-12T12:35:00-08:00 2010-03-12T20:35:28Z ARRIVED
34 Los Angeles United States LAX LAX KLAX AAY337 MD83 AAY Allegiant Air 2010-03-12T21:30:07Z Los Angeles International Airport -28800000 CA 2010-03-12T13:24:00-08:00 Billings United States BIL BIL KBIL 2010-03-12T19:05:42Z Billings Logan International Airport -21600000 MT 2010-03-12T13:06:00-06:00 2010-03-12T20:12:49Z ARRIVED
35 Los Angeles United States LAX LAX KLAX DAL2123 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:24:00-08:00 Minneapolis United States MSP MSP KMSP [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -21600000 MN 2010-03-12T12:07:00-06:00 2010-03-12T17:15:27Z ARRIVED
36 Los Angeles United States LAX LAX KLAX AAL2421 B763 AAL American Airlines 2010-03-12T21:25:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:25:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-12T18:30:01Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-12T12:30:00-06:00 2010-03-12T20:37:46Z ARRIVED
37 Los Angeles United States LAX LAX KLAX AAL798 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:25:00-08:00 San Salvador El Salvador [empty string] SAL MSLP [empty string] El Salvador International Airport -21600000 [empty string] 2010-03-12T10:17:00-06:00 2010-03-12T20:51:31Z ARRIVED
38 Los Angeles United States LAX LAX KLAX AAL1247 B738 AAL American Airlines 2010-03-12T21:26:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:26:00-08:00 Chicago United States ORD ORD KORD 2010-03-12T17:40:43Z Chicago O'Hare International Airport -21600000 IL 2010-03-12T11:41:00-06:00 2010-03-12T20:18:34Z ARRIVED
39 Los Angeles United States LAX LAX KLAX QFA3008 B738 QFA Qantas 2010-03-12T21:26:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:26:00-08:00 Chicago United States ORD ORD KORD 2010-03-12T17:40:43Z Chicago O'Hare International Airport -21600000 IL 2010-03-12T11:41:00-06:00 2010-03-12T20:18:34Z ARRIVED
40 Los Angeles United States LAX LAX KLAX SKW6316 E120 SKW SkyWest 2010-03-12T21:33:37Z Los Angeles International Airport -28800000 CA 2010-03-12T13:28:00-08:00 Palm Springs United States PSP PSP KPSP 2010-03-12T21:01:04Z Palm Springs International Airport -28800000 CA 2010-03-12T12:59:00-08:00 2010-03-12T21:01:09Z ARRIVED
41 Los Angeles United States LAX LAX KLAX ASA564 B734 ASA Alaska Airlines 2010-03-12T21:34:13Z Los Angeles International Airport -28800000 CA 2010-03-12T13:28:00-08:00 Portland United States PDX PDX KPDX 2010-03-12T19:14:26Z Portland International Airport -28800000 OR 2010-03-12T11:14:00-08:00 2010-03-12T20:51:38Z ARRIVED
42 Los Angeles United States LAX LAX KLAX DAL9064 B734 DAL Delta Air Lines 2010-03-12T21:34:13Z Los Angeles International Airport -28800000 CA 2010-03-12T13:28:00-08:00 Portland United States PDX PDX KPDX 2010-03-12T19:14:26Z Portland International Airport -28800000 OR 2010-03-12T11:14:00-08:00 2010-03-12T20:51:38Z ARRIVED
43 Los Angeles United States LAX LAX KLAX AAL2425 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:30:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-12T12:35:00-06:00 2010-03-12T17:50:14Z ARRIVED
44 Los Angeles United States LAX LAX KLAX COA1605 B739 COA Continental Airlines 2010-03-12T21:30:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:30:00-08:00 Houston United States IAH IAH KIAH 2010-03-12T18:21:26Z George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-12T12:21:00-06:00 2010-03-12T20:45:10Z ARRIVED
45 Los Angeles United States LAX LAX KLAX EVA12 [empty string] EVA EVA Air [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:31:00-08:00 Taipei Taiwan [empty string] TPE RCTP [empty string] Taiwan Taoyuan International (Chiang Kai Shek International) 28800000 [empty string] 2010-03-12T18:35:00+08:00 2010-03-12T20:54:06Z ARRIVED
46 Los Angeles United States LAX LAX KLAX SWA809 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:33:00-08:00 Houston United States HOU HOU KHOU [empty string] William P Hobby Airport -21600000 TX 2010-03-12T12:01:00-06:00 2010-03-11T17:50:50Z ARRIVED
47 Los Angeles United States LAX LAX KLAX AAR204 [empty string] AAR Asiana Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:33:00-08:00 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI [empty string] Incheon International Airport 32400000 [empty string] 2010-03-12T20:35:00+09:00 2010-03-12T21:04:58Z ARRIVED
48 Los Angeles United States LAX LAX KLAX AWE5202 [empty string] AWE America West Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:33:00-08:00 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI [empty string] Incheon International Airport 32400000 [empty string] 2010-03-12T20:35:00+09:00 2010-03-12T21:04:58Z ARRIVED
49 Los Angeles United States LAX LAX KLAX AVA5253 B752 AVA AV, S.A. 2010-03-12T21:34:16Z Los Angeles International Airport -28800000 CA 2010-03-12T13:34:00-08:00 New York United States JFK JFK KJFK 2010-03-12T16:15:35Z John F Kennedy International Airport -18000000 NY 2010-03-12T11:16:00-05:00 2010-03-12T20:48:47Z ARRIVED
50 Los Angeles United States LAX LAX KLAX DAL707 B752 DAL Delta Air Lines 2010-03-12T21:34:16Z Los Angeles International Airport -28800000 CA 2010-03-12T13:34:00-08:00 New York United States JFK JFK KJFK 2010-03-12T16:15:35Z John F Kennedy International Airport -18000000 NY 2010-03-12T11:16:00-05:00 2010-03-12T20:48:47Z ARRIVED
51 Los Angeles United States LAX LAX KLAX NWA9004 B752 NWA Northwest Airlines 2010-03-12T21:34:16Z Los Angeles International Airport -28800000 CA 2010-03-12T13:34:00-08:00 New York United States JFK JFK KJFK 2010-03-12T16:15:35Z John F Kennedy International Airport -18000000 NY 2010-03-12T11:16:00-05:00 2010-03-12T20:48:47Z ARRIVED
52 Los Angeles United States LAX LAX KLAX DAL7861 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:35:00-08:00 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI [empty string] Incheon International Airport 32400000 [empty string] 2010-03-12T20:00:00+09:00 2010-03-12T20:58:27Z In Flight
53 Los Angeles United States LAX LAX KLAX KAL11 [empty string] KAL Korean Air [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:35:00-08:00 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI [empty string] Incheon International Airport 32400000 [empty string] 2010-03-12T20:00:00+09:00 2010-03-12T20:58:27Z In Flight
54 Los Angeles United States LAX LAX KLAX MXA918 [empty string] MXA Mexicana de Aviación [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:36:00-08:00 Ciudad de México México [empty string] MEX MMMX [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-12T11:50:00-06:00 2010-03-12T21:01:10Z ARRIVED
55 Los Angeles United States LAX LAX KLAX KAL011 [empty string] KAL Korean Air 2010-03-12T21:37:16Z Los Angeles International Airport -28800000 CA 2010-03-12T13:37:00-08:00 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI [empty string] Incheon International Airport 32400000 [empty string] [empty string] [empty string] [empty string]
56 Los Angeles United States LAX LAX KLAX SKW5953 [empty string] SKW SkyWest [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:38:00-08:00 Yuma United States NYL YUM KNYL [empty string] Yuma MCAS/Yuma International Airport -25200000 AZ 2010-03-12T13:52:00-07:00 2010-03-12T20:52:45Z ARRIVED
57 Los Angeles United States LAX LAX KLAX SWA684 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:39:00-08:00 San José United States SJC SJC KSJC [empty string] Norman Y. Mineta San José International Airport -28800000 CA 2010-03-12T12:44:00-08:00 2010-03-11T20:35:56Z ARRIVED
58 Los Angeles United States LAX LAX KLAX DAL2337 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:41:00-08:00 Detroit United States DTW DTW KDTW [empty string] Detroit Metropolitan Wayne County Airport -18000000 MI 2010-03-12T12:31:00-05:00 2010-03-12T17:31:41Z ARRIVED
59 Los Angeles United States LAX LAX KLAX N426ST FA20 [empty string] [empty string] [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:42:00-08:00 Sacramento United States SMF SMF KSMF 2010-03-12T20:38:44Z Sacramento International Airport -28800000 CA 2010-03-12T12:39:00-08:00 2010-03-12T21:06:22Z ARRIVED
60 Los Angeles United States LAX LAX KLAX SWA194 B737 SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:44:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-12T20:44:21Z San Francisco International Airport -28800000 CA 2010-03-12T12:44:00-08:00 2010-03-12T21:03:44Z IN FLIGHT
61 Los Angeles United States LAX LAX KLAX SKW6514 CRJ2 SKW SkyWest [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:49:00-08:00 Colorado Springs United States COS COS KCOS 2010-03-12T19:42:42Z City of Colorado Springs Municipal Airport -25200000 CO 2010-03-12T12:43:00-07:00 2010-03-12T20:39:54Z IN FLIGHT
ARRIVALSINFLIGHT
query
  AIRCRAFTID AIRCRAFTTYPE AIRCRAFT_CATEGORY AIRCRAFT_TYPE ALTITUDE CLIMB_RATE DEFAULT_ICON_PREFIX DESCENT_RATE ENGINE_COUNT ENGINE_TYPE FAA_COMMENTS HEADING ICON ICON_PREFIX LANDING_CLASS LATITUDE LONGITUDE MANUFACTURER MILITARY_FLAG MODEL RANK SOURCETIMESTAMP SPEED WEIGHT_CLASS
1 SKW6514 CRJ2 5 CRJ2 050 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 82.3483993184 crj-200.090.00.1f.1p.png crj-200 L 33.967224 -118.095 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-12T21:37:27Z 248 L
2 SWA194 B737 5 B737 350 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 242.160298441 737-700.247.50.1f.1p.png 737-700 L 33.943333 -118.39222 Boeing - Model 737-700 11245 2010-03-12T21:36:51Z 125 L
ELAPSEDTIME 8058
NAME ARRIVALSTHREAD
OUTPUT <div id="arrivalsDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="arrivalsTable" style="color:white;">Flight Arrivals</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights arriving to: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > Los Angeles, CA </span> </td> <td rowspan="2" align="center" valign="middle"> <img style="display:none;" alt="Loading..." src="/images/spinner.gif"/> </td> </tr> <tr> <td colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > (LAX-Los Angeles International Airport) </td> </tr> <tr> <td colspan="5" style="background-color:#004371">&nbsp;</td> </tr> </thead> </table> </td> </tr> </thead> <tbody> <tr> <td> <table class="tablesorter" cellpadding="0" cellspacing="0"> <thead> <tr style="font-family:arial,helvetica,sans-serif;font-size:12px;"> <th valign="top">Departure City</th> <th valign="top">Airline</th> <th valign="top" align="center">Flight Number</th> <th valign="top" align="center">Arrival Time</th> <th valign="top" align="center">More Info</th> </tr> </thead> <tbody style="font-size:9px;"> <tr> <td style="padding-right:6px;"> Albuquerque, NM </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 8 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:40 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA8.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Barbara, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3097 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3097.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Vancouver, BC </td> <td>WestJet</td> <td align="center" style="font-weight:bold;"> 1694 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/WJA1694.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Calgary, AB </td> <td>WestJet</td> <td align="center" style="font-weight:bold;"> 1510 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:46 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/WJA1510.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 538 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA538.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 104 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA104.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2085 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2085.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3044 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:52 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3044.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fresno, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 5988 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:00 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW5988.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2699 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:00 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2699.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 228 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:02 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA228.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 4670 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW4670.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Inyokern, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6282 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:04 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6282.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 676 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:04 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA676.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 19 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:06 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL19.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Vancouver, BC </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 552 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ACA552.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>British Airways</td> <td align="center" style="font-weight:bold;"> 279 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:11 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BAW279.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 781 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:12 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL781.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Air France</td> <td align="center" style="font-weight:bold;"> 62 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:12 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AFR62.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Alitalia</td> <td align="center" style="font-weight:bold;"> 3542 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:12 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AZA3542.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 8510 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:12 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL8510.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Air France</td> <td align="center" style="font-weight:bold;"> 062 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:14 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AFR062.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2478 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2478.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6078 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6078.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 6078 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL6078.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 784 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:17 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD784.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 9835 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANZ9835.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>bmi</td> <td align="center" style="font-weight:bold;"> 4455 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BMA4455.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 6063 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA6063.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>Lufthansa</td> <td align="center" style="font-weight:bold;"> 9342 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DLH9342.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 935 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL935.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 888 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL888.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 249 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:23 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL249.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Billings, MT </td> <td>Allegiant Air</td> <td align="center" style="font-weight:bold;"> 337 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAY337.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Minneapolis, MN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2123 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2123.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2421 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:25 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2421.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Salvador, El Salvador </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 798 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:25 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL798.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1247 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:26 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1247.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3008 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:26 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QFA3008.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Palm Springs, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6316 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6316.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 564 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA564.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 9064 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL9064.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2425 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2425.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 1605 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA1605.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Taipei, Taiwan </td> <td>EVA Air</td> <td align="center" style="font-weight:bold;"> 12 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:31 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EVA12.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 809 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:33 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA809.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>Asiana Airlines</td> <td align="center" style="font-weight:bold;"> 204 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:33 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAR204.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 5202 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:33 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE5202.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>AV, S.A.</td> <td align="center" style="font-weight:bold;"> 5253 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:34 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AVA5253.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 707 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:34 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL707.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 9004 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:34 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NWA9004.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 7861 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:35 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL7861.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>Korean Air</td> <td align="center" style="font-weight:bold;"> 11 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:35 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/KAL11.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ciudad de México, Distrito Federal </td> <td>Mexicana de Aviación</td> <td align="center" style="font-weight:bold;"> 918 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MXA918.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>Korean Air</td> <td align="center" style="font-weight:bold;"> 011 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:37 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/KAL011.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Yuma, AZ </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 5953 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:38 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW5953.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 684 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA684.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2337 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:41 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2337.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td></td> <td align="center" style="font-weight:bold;"> N426ST </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N426ST.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 194 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:44 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA194.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Colorado Springs, CO </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6514 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:49 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6514.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(33.967224,-118.095); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> SkyWest Flight 6514</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> City of Colorado Springs ... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/12 12:43 PM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/12 1:49 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>248 kts/285 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>5,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/SKW6514.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SKW6514" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.943333,-118.39222); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 194</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> San Francisco Internation... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/12 12:44 PM (-08:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/12 1:44 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>125 kts/144 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>35,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA194.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA194" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-12 16:42:50'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-12T20:42:55Z ASDI_20100312_night 1 2010-03-12T21:42:55Z 2010-03-12T19:42:55Z
DEPARTURES
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 [empty string] [empty string] [empty string] [empty string] [empty string] THT1 [empty string] THT Air Tahiti Nui [empty string] [empty string] [empty string] [empty string] [empty string] Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA [empty string] 2010-03-11T21:00:56Z [empty string]
2 Shanghai China [empty string] PVG ZSPD CES586 [empty string] CES China Eastern Airlines [empty string] Pudong International Airport 28800000 Shanghai 2010-03-13T18:54:00+08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:36:00-08:00 2010-03-12T21:05:04Z IN FLIGHT
3 Tokyo Japan [empty string] NRT RJAA AAL169 B772 AAL American Airlines [empty string] New Tokyo International Airport 32400000 Honshu 2010-03-13T17:10:00+09:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:42:37Z Los Angeles International Airport -28800000 CA 2010-03-12T12:43:00-08:00 [empty string] IN FLIGHT
4 Tokyo Japan [empty string] NRT RJAA JAL5015 B772 JAL Japan Airlines [empty string] New Tokyo International Airport 32400000 Honshu 2010-03-13T17:10:00+09:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:42:37Z Los Angeles International Airport -28800000 CA 2010-03-12T12:43:00-08:00 [empty string] IN FLIGHT
5 New York United States JFK JFK KJFK DAL164 B752 DAL Delta Air Lines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T20:54:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:44:22Z Los Angeles International Airport -28800000 CA 2010-03-12T12:44:00-08:00 2010-03-12T18:57:25Z CONTROLLED
6 New York United States JFK JFK KJFK DAL164A [empty string] DAL Delta Air Lines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T20:53:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:44:00-08:00 2010-03-12T21:24:48Z IN FLIGHT
7 Minneapolis United States MSP MSP KMSP DAL2504 A320 DAL Delta Air Lines [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -21600000 MN 2010-03-12T17:58:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:45:59Z Los Angeles International Airport -28800000 CA 2010-03-12T12:46:00-08:00 2010-03-12T21:29:21Z IN FLIGHT
8 Dallas-Fort Worth United States DFW DFW KDFW AAL2444 B752 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-12T17:17:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:46:54Z Los Angeles International Airport -28800000 CA 2010-03-12T12:47:00-08:00 2010-03-12T21:36:25Z IN FLIGHT
9 Dallas-Fort Worth United States DFW DFW KDFW JAL5812 B752 JAL Japan Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-12T17:17:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:46:54Z Los Angeles International Airport -28800000 CA 2010-03-12T12:47:00-08:00 2010-03-12T21:36:25Z IN FLIGHT
10 Milwaukee United States MKE MKE KMKE FFT963 A319 FFT Frontier Airlines [empty string] General Mitchell International Airport -21600000 WI 2010-03-12T18:27:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:48:45Z Los Angeles International Airport -28800000 CA 2010-03-12T12:49:00-08:00 2010-03-12T21:20:08Z IN FLIGHT
11 New York United States JFK JFK KJFK VRD406 A320 VRD Virgin America [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T20:48:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:49:22Z Los Angeles International Airport -28800000 CA 2010-03-12T12:49:00-08:00 2010-03-12T21:15:50Z IN FLIGHT
12 Edmonton Canada [empty string] YEG CYEG WJA1423 [empty string] WJA WestJet [empty string] Edmonton International Airport -25200000 AB 2010-03-12T16:34:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:50:00-08:00 2010-03-12T20:13:25Z Scheduled
13 Santa Barbara United States SBA SBA KSBA SKW5916 E120 SKW SkyWest [empty string] Santa Barbara Municipal Airport -28800000 CA 2010-03-12T13:12:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:50:15Z Los Angeles International Airport -28800000 CA 2010-03-12T12:50:00-08:00 2010-03-12T20:50:15Z ARRIVED
14 Lima Perú [empty string] LIM SPIM LPE2605 B763 LPE LAN Peru [empty string] Jorge Chávez International Airport -18000000 [empty string] 2010-03-12T23:52:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:50:59Z Los Angeles International Airport -28800000 CA 2010-03-12T12:51:00-08:00 [empty string] [empty string]
15 Lima Perú [empty string] LIM SPIM LAN2605 [empty string] LAN LAN Airlines [empty string] Jorge Chávez International Airport -18000000 [empty string] 2010-03-12T23:50:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T12:55:00-08:00 2010-03-11T20:35:56Z SCHEDULED
16 Santa Barbara United States SBA SBA KSBA EGF3080 E135 EGF American Eagle Airlines [empty string] Santa Barbara Municipal Airport -28800000 CA 2010-03-12T13:16:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:54:33Z Los Angeles International Airport -28800000 CA 2010-03-12T12:55:00-08:00 2010-03-12T20:58:33Z ARRIVED
17 Las Vegas United States LAS LAS KLAS SWA658 B737 SWA Southwest Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-12T13:43:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:57:21Z Los Angeles International Airport -28800000 CA 2010-03-12T12:57:00-08:00 2010-03-12T20:57:21Z ARRIVED
18 Santa Monica United States SMO SMO KSMO N581JS E50P [empty string] [empty string] [empty string] Santa Monica Municipal Airport -28800000 CA 2010-03-12T13:12:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T20:59:47Z Los Angeles International Airport -28800000 CA 2010-03-12T12:59:00-08:00 2010-03-12T20:59:51Z ARRIVED
19 Dallas United States DAL DAL KDAL N509GE [empty string] [empty string] [empty string] [empty string] Dallas Love Field Airport -21600000 TX 2010-03-12T17:22:00-06:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:00:00-08:00 2010-03-12T19:00:57Z Scheduled
20 New York United States JFK JFK KJFK AAL40 B762 AAL American Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:05:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:01:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:01:00-08:00 2010-03-12T21:32:19Z IN FLIGHT
21 New York United States JFK JFK KJFK ETD3009 B762 ETD Etihad Airways [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:05:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:01:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:01:00-08:00 2010-03-12T21:32:19Z IN FLIGHT
22 New York United States JFK JFK KJFK QFA3031 B762 QFA Qantas [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:05:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:01:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:01:00-08:00 2010-03-12T21:32:19Z IN FLIGHT
23 Seattle United States SEA SEA KSEA ASA459 B738 ASA Alaska Airlines [empty string] Seattle-Tacoma International Airport -28800000 WA 2010-03-12T15:00:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:02:28Z Los Angeles International Airport -28800000 CA 2010-03-12T13:02:00-08:00 2010-03-12T21:22:14Z IN FLIGHT
24 Toronto Canada [empty string] YYZ CYYZ ACA792 A320 ACA Air Canada [empty string] Lester B. Pearson International Airport -18000000 ON 2010-03-12T20:19:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:01:31Z Los Angeles International Airport -28800000 CA 2010-03-12T13:02:00-08:00 [empty string] IN FLIGHT
25 Toronto Canada [empty string] YYZ CYYZ ANZ4792 A320 ANZ Air New Zealand [empty string] Lester B. Pearson International Airport -18000000 ON 2010-03-12T20:19:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:01:31Z Los Angeles International Airport -28800000 CA 2010-03-12T13:02:00-08:00 [empty string] IN FLIGHT
26 El Paso United States ELP ELP KELP SKW6291 CRJ2 SKW SkyWest [empty string] El Paso International Airport -25200000 TX 2010-03-12T15:33:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:02:50Z Los Angeles International Airport -28800000 CA 2010-03-12T13:03:00-08:00 2010-03-12T21:34:24Z IN FLIGHT
27 Washington United States IAD IAD KIAD UAL847 [empty string] UAL United Airlines [empty string] Washington Dulles International Airport -18000000 DC 2010-03-12T20:29:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:03:00-08:00 2010-03-11T20:45:56Z SCHEDULED
28 Phoenix United States PHX PHX KPHX AWE185 A321 AWE America West Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-12T15:04:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:03:50Z Los Angeles International Airport -28800000 CA 2010-03-12T13:04:00-08:00 2010-03-12T21:35:07Z IN FLIGHT
29 Las Vegas United States LAS LAS KLAS ASH2696 CRJ9 ASH Mesa Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-12T13:50:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:04:45Z Los Angeles International Airport -28800000 CA 2010-03-12T13:05:00-08:00 2010-03-12T21:04:45Z IN FLIGHT
30 Phoenix United States PHX PHX KPHX SKW6522 CRJ2 SKW SkyWest [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-12T15:01:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:04:59Z Los Angeles International Airport -28800000 CA 2010-03-12T13:05:00-08:00 2010-03-12T21:33:15Z IN FLIGHT
31 Atlanta United States ATL ATL KATL TRS56 B737 TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-12T19:49:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:06:17Z Los Angeles International Airport -28800000 CA 2010-03-12T13:06:00-08:00 2010-03-12T21:36:09Z IN FLIGHT
32 Denver United States DEN DEN KDEN ANA7200 B752 ANA All Nippon Airways [empty string] Denver International Airport -25200000 CO 2010-03-12T16:01:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:06:45Z Los Angeles International Airport -28800000 CA 2010-03-12T13:07:00-08:00 2010-03-12T21:33:49Z IN FLIGHT
33 Denver United States DEN DEN KDEN UAL336 B752 UAL United Airlines [empty string] Denver International Airport -25200000 CO 2010-03-12T16:01:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:06:45Z Los Angeles International Airport -28800000 CA 2010-03-12T13:07:00-08:00 2010-03-12T21:33:49Z IN FLIGHT
34 Oakland United States OAK OAK KOAK SWA925 [empty string] SWA Southwest Airlines [empty string] Metropolitan Oakland International Airport -28800000 CA 2010-03-12T14:01:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:07:00-08:00 2010-03-11T21:00:56Z SCHEDULED
35 Washington United States IAD IAD KIAD UAL847T B772 UAL United Airlines [empty string] Washington Dulles International Airport -18000000 DC 2010-03-12T20:36:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:07:13Z Los Angeles International Airport -28800000 CA 2010-03-12T13:07:00-08:00 2010-03-12T21:22:10Z IN FLIGHT
36 Houston United States IAH IAH KIAH COA46 B753 COA Continental Airlines [empty string] George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-12T17:50:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:08:40Z Los Angeles International Airport -28800000 CA 2010-03-12T13:09:00-08:00 2010-03-12T21:18:06Z IN FLIGHT
37 Houston United States IAH IAH KIAH UAL3745 B753 UAL United Airlines [empty string] George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-12T17:50:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:08:40Z Los Angeles International Airport -28800000 CA 2010-03-12T13:09:00-08:00 2010-03-12T21:18:06Z IN FLIGHT
38 San Antonio United States SAT SAT KSAT SWA757 B737 SWA Southwest Airlines [empty string] San Antonio International Airport -21600000 TX 2010-03-12T17:27:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:09:40Z Los Angeles International Airport -28800000 CA 2010-03-12T13:10:00-08:00 2010-03-12T21:37:22Z IN FLIGHT
39 Los Cabos México [empty string] SJD MMSD ASA252 B734 ASA Alaska Airlines [empty string] Los Cabos International Airport -25200000 Baja California Sur 2010-03-12T16:05:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:10:59Z Los Angeles International Airport -28800000 CA 2010-03-12T13:11:00-08:00 [empty string] [empty string]
40 San Diego United States SAN SAN KSAN SKW65G E120 SKW SkyWest [empty string] San Diego International Airport -28800000 CA 2010-03-12T13:37:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:10:54Z Los Angeles International Airport -28800000 CA 2010-03-12T13:11:00-08:00 2010-03-12T21:10:54Z ARRIVED
41 Sacramento United States SMF SMF KSMF SWA243 [empty string] SWA Southwest Airlines [empty string] Sacramento International Airport -28800000 CA 2010-03-12T14:21:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:12:00-08:00 2010-03-11T21:05:56Z SCHEDULED
42 San Diego United States SAN SAN KSAN SKW6329 [empty string] SKW SkyWest [empty string] San Diego International Airport -28800000 CA 2010-03-12T13:44:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:12:00-08:00 2010-03-11T20:55:56Z SCHEDULED
43 San Francisco United States SFO SFO KSFO UAL808 A320 UAL United Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-12T14:07:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:12:29Z Los Angeles International Airport -28800000 CA 2010-03-12T13:12:00-08:00 2010-03-12T21:30:12Z IN FLIGHT
44 Dallas-Fort Worth United States DFW DFW KDFW SKW6219 CRJ7 SKW SkyWest [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-12T17:36:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:12:35Z Los Angeles International Airport -28800000 CA 2010-03-12T13:13:00-08:00 2010-03-12T21:34:37Z IN FLIGHT
45 Boston United States BOS BOS KBOS AAL264 B738 AAL American Airlines [empty string] General Edward Lawrence Logan International Airport -18000000 MA 2010-03-12T21:26:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:15:35Z Los Angeles International Airport -28800000 CA 2010-03-12T13:14:00-08:00 2010-03-12T21:15:47Z IN FLIGHT
46 Boston United States BOS BOS KBOS ASA1280 B738 ASA Alaska Airlines [empty string] General Edward Lawrence Logan International Airport -18000000 MA 2010-03-12T21:26:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:15:35Z Los Angeles International Airport -28800000 CA 2010-03-12T13:14:00-08:00 2010-03-12T21:15:47Z IN FLIGHT
47 Boston United States BOS BOS KBOS QFA3015 B738 QFA Qantas [empty string] General Edward Lawrence Logan International Airport -18000000 MA 2010-03-12T21:26:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:15:35Z Los Angeles International Airport -28800000 CA 2010-03-12T13:14:00-08:00 2010-03-12T21:15:47Z IN FLIGHT
48 Imperial United States IPL IPL KIPL SKW6279 E120 SKW SkyWest [empty string] Imperial County Airport -28800000 CA 2010-03-12T13:55:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:14:14Z Los Angeles International Airport -28800000 CA 2010-03-12T13:14:00-08:00 2010-03-12T21:22:19Z IN FLIGHT
49 Oklahoma City United States OKC OKC KOKC SKW6442 CRJ7 SKW SkyWest [empty string] Will Rogers World Airport -25200000 OK 2010-03-12T16:32:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:14:08Z Los Angeles International Airport -28800000 CA 2010-03-12T13:14:00-08:00 2010-03-12T21:34:38Z IN FLIGHT
50 Portland United States PDX PDX KPDX SKW6065 CRJ7 SKW SkyWest [empty string] Portland International Airport -28800000 OR 2010-03-12T14:58:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:16:02Z Los Angeles International Airport -28800000 CA 2010-03-12T13:16:00-08:00 2010-03-12T21:37:16Z IN FLIGHT
51 San Diego United States SAN SAN KSAN EGF3021 E135 EGF American Eagle Airlines [empty string] San Diego International Airport -28800000 CA 2010-03-12T13:40:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:17:03Z Los Angeles International Airport -28800000 CA 2010-03-12T13:17:00-08:00 2010-03-12T21:17:03Z ARRIVED
52 Washington United States DCA DCA KDCA ASA6 B738 ASA Alaska Airlines [empty string] Ronald Reagan Washington National Airport -18000000 DC 2010-03-12T21:11:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:18:03Z Los Angeles International Airport -28800000 CA 2010-03-12T13:18:00-08:00 2010-03-12T21:34:59Z IN FLIGHT
53 Washington United States DCA DCA KDCA DAL8997 B738 DAL Delta Air Lines [empty string] Ronald Reagan Washington National Airport -18000000 DC 2010-03-12T21:11:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:18:03Z Los Angeles International Airport -28800000 CA 2010-03-12T13:18:00-08:00 2010-03-12T21:34:59Z IN FLIGHT
54 Santa Rosa United States STS STS KSTS QXE474 DH8D QXE Horizon Air [empty string] Charles M. Schulz - Sonoma County Airport -28800000 CA 2010-03-12T14:37:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:20:20Z Los Angeles International Airport -28800000 CA 2010-03-12T13:19:00-08:00 2010-03-12T21:33:25Z IN FLIGHT
55 Miami United States MIA MIA KMIA AAL1516 B772 AAL American Airlines [empty string] Miami International Airport -18000000 FL 2010-03-12T20:10:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:19:40Z Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 2010-03-12T21:29:22Z IN FLIGHT
56 Miami United States MIA MIA KMIA ASA1240 B772 ASA Alaska Airlines [empty string] Miami International Airport -18000000 FL 2010-03-12T20:10:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:19:40Z Los Angeles International Airport -28800000 CA 2010-03-12T13:20:00-08:00 2010-03-12T21:29:22Z IN FLIGHT
57 Chicago United States ORD ORD KORD ANZ9180 A320 ANZ Air New Zealand [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-12T19:03:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:21:26Z Los Angeles International Airport -28800000 CA 2010-03-12T13:21:00-08:00 2010-03-12T21:21:26Z IN FLIGHT
58 Chicago United States ORD ORD KORD COA6273 A320 COA Continental Airlines [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-12T19:03:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:21:26Z Los Angeles International Airport -28800000 CA 2010-03-12T13:21:00-08:00 2010-03-12T21:21:26Z IN FLIGHT
59 Chicago United States ORD ORD KORD THY8630 A320 THY Turkish Airlines [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-12T19:03:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:21:26Z Los Angeles International Airport -28800000 CA 2010-03-12T13:21:00-08:00 2010-03-12T21:21:26Z IN FLIGHT
60 Chicago United States ORD ORD KORD UAL116 A320 UAL United Airlines [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-12T19:03:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:21:26Z Los Angeles International Airport -28800000 CA 2010-03-12T13:21:00-08:00 2010-03-12T21:21:26Z IN FLIGHT
61 Monterey United States MRY MRY KMRY SKW6288 CRJ2 SKW SkyWest [empty string] Monterey Peninsula Airport -28800000 CA 2010-03-12T14:01:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:21:25Z Los Angeles International Airport -28800000 CA 2010-03-12T13:21:00-08:00 2010-03-12T21:36:02Z IN FLIGHT
62 New York United States JFK JFK KJFK TAM7071 B752 TAM TAM Brazilian Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:33:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:22:44Z Los Angeles International Airport -28800000 CA 2010-03-12T13:23:00-08:00 2010-03-12T21:33:35Z IN FLIGHT
63 New York United States JFK JFK KJFK UAL890 B752 UAL United Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:33:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:22:44Z Los Angeles International Airport -28800000 CA 2010-03-12T13:23:00-08:00 2010-03-12T21:33:35Z IN FLIGHT
64 Seattle United States SEA SEA KSEA SKW6002 CRJ7 SKW SkyWest [empty string] Seattle-Tacoma International Airport -28800000 WA 2010-03-12T15:17:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:22:34Z Los Angeles International Airport -28800000 CA 2010-03-12T13:23:00-08:00 2010-03-12T21:31:12Z IN FLIGHT
65 San José United States SJC SJC KSJC EGF3121 E135 EGF American Eagle Airlines [empty string] Norman Y. Mineta San José International Airport -28800000 CA 2010-03-12T14:22:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:24:11Z Los Angeles International Airport -28800000 CA 2010-03-12T13:24:00-08:00 2010-03-12T21:24:11Z IN FLIGHT
66 Ciudad de México México [empty string] MEX MMMX AMX647 B737 AMX Aeroméxico [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-12T18:27:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:26:07Z Los Angeles International Airport -28800000 CA 2010-03-12T13:26:00-08:00 [empty string] IN FLIGHT
67 Taipei Taiwan [empty string] TPE RCTP CAL5117 B744 CAL China Airlines [empty string] Taiwan Taoyuan International (Chiang Kai Shek International) 28800000 [empty string] 2010-03-12T19:58:00+08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:27:20Z Los Angeles International Airport -28800000 CA 2010-03-12T13:27:00-08:00 [empty string] [empty string]
68 San Francisco United States SFO SFO KSFO UAL556 [empty string] UAL United Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-12T14:23:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:28:00-08:00 2010-03-12T19:11:31Z CONTROLLED
69 Santa Maria United States SMX SMX KSMX SKW6444 E120 SKW SkyWest [empty string] Santa Maria Public Airport/Capt G Allan Hancock Field -28800000 CA 2010-03-12T13:59:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:27:57Z Los Angeles International Airport -28800000 CA 2010-03-12T13:28:00-08:00 2010-03-12T21:32:44Z IN FLIGHT
70 Santa Maria United States SMX SMX KSMX UAL6444 E120 UAL United Airlines [empty string] Santa Maria Public Airport/Capt G Allan Hancock Field -28800000 CA 2010-03-12T13:59:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:27:57Z Los Angeles International Airport -28800000 CA 2010-03-12T13:28:00-08:00 2010-03-12T21:32:44Z IN FLIGHT
71 Detroit United States DTW DTW KDTW DAL2506 [empty string] DAL Delta Air Lines [empty string] Detroit Metropolitan Wayne County Airport -18000000 MI 2010-03-12T20:38:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:29:00-08:00 2010-03-12T20:45:25Z Scheduled
72 Salt Lake City United States SLC SLC KSLC DAL1180 B752 DAL Delta Air Lines [empty string] Salt Lake City International Airport -25200000 UT 2010-03-12T15:49:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:29:21Z Los Angeles International Airport -28800000 CA 2010-03-12T13:29:00-08:00 2010-03-12T21:36:31Z IN FLIGHT
73 Salt Lake City United States SLC SLC KSLC NWA9209 B752 NWA Northwest Airlines [empty string] Salt Lake City International Airport -25200000 UT 2010-03-12T15:49:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:29:21Z Los Angeles International Airport -28800000 CA 2010-03-12T13:29:00-08:00 2010-03-12T21:36:31Z IN FLIGHT
74 Aspen United States ASE ASE KASE N88JJ [empty string] [empty string] [empty string] [empty string] Aspen-Pitkin County Airport/Sardy Field -25200000 CO 2010-03-12T16:14:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:30:00-08:00 2010-03-12T20:44:25Z Scheduled
75 Hermosillo México [empty string] HMO MMHO SLI2201 [empty string] SLI Aerolitoral [empty string] General Ignacio Pesqueira Garcia International Airport -25200000 Sonora 2010-03-12T15:51:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:30:00-08:00 2010-03-12T21:00:31Z Scheduled
76 Tokyo Japan [empty string] NRT RJAA SIA11 [empty string] SIA Singapore Airlines [empty string] New Tokyo International Airport 32400000 Honshu 2010-03-13T17:22:00+09:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:30:00-08:00 2010-03-12T20:40:25Z Scheduled
77 Atlanta United States ATL ATL KATL DAL152 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-12T20:16:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:31:00-08:00 2010-03-12T20:40:34Z CONTROLLED
78 Atlanta United States ATL ATL KATL NWA9010 [empty string] NWA Northwest Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-12T20:16:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:31:00-08:00 2010-03-12T20:40:34Z CONTROLLED
79 Papeete French Polynesia [empty string] PPT NTAA THT1 A343 THT Air Tahiti Nui [empty string] Faa'a -36000000 Society Islands 2010-03-12T20:06:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:30:58Z Los Angeles International Airport -28800000 CA 2010-03-12T13:31:00-08:00 [empty string] IN FLIGHT
80 Dallas-Fort Worth United States DFW DFW KDFW AAL2446 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-12T18:01:00-06:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:32:00-08:00 2010-03-12T20:45:31Z Scheduled
81 New York United States JFK JFK KJFK DAL706 B752 DAL Delta Air Lines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:42:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:33:07Z Los Angeles International Airport -28800000 CA 2010-03-12T13:33:00-08:00 2010-03-12T21:33:07Z IN FLIGHT
82 Ciudad de México México [empty string] MEX MMMX AAL8301 A319 AAL American Airlines [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-12T18:32:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:34:48Z Los Angeles International Airport -28800000 CA 2010-03-12T13:35:00-08:00 [empty string] IN FLIGHT
83 Ciudad de México México [empty string] MEX MMMX MXA901 A319 MXA Mexicana de Aviación [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-12T18:32:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:34:48Z Los Angeles International Airport -28800000 CA 2010-03-12T13:35:00-08:00 [empty string] IN FLIGHT
84 Charlotte United States CLT CLT KCLT AWE1632 A321 AWE America West Airlines [empty string] Charlotte/Douglas International Airport -18000000 NC 2010-03-12T20:40:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:36:26Z Los Angeles International Airport -28800000 CA 2010-03-12T13:36:00-08:00 2010-03-12T21:36:26Z IN FLIGHT
85 Vancouver Canada [empty string] YVR CYVR WJA1695 B737 WJA WestJet [empty string] Vancouver International Airport -28800000 BC 2010-03-12T15:53:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:35:38Z Los Angeles International Airport -28800000 CA 2010-03-12T13:36:00-08:00 [empty string] IN FLIGHT
86 El Paso United States ELP ELP KELP SWA104 [empty string] SWA Southwest Airlines [empty string] El Paso International Airport -25200000 TX 2010-03-12T16:24:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:37:00-08:00 2010-03-12T20:57:55Z Scheduled
87 Sacramento United States SMF SMF KSMF SKW6477 CRJ2 SKW SkyWest [empty string] Sacramento International Airport -28800000 CA 2010-03-12T14:30:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T21:37:29Z Los Angeles International Airport -28800000 CA 2010-03-12T13:37:00-08:00 2010-03-12T21:37:29Z In Flight
88 San Francisco United States SFO SFO KSFO VRD927 [empty string] VRD Virgin America [empty string] San Francisco International Airport -28800000 CA 2010-03-12T14:40:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:37:00-08:00 2010-03-12T16:46:57Z CONTROLLED
89 San José United States SJC SJC KSJC SWA8 [empty string] SWA Southwest Airlines [empty string] Norman Y. Mineta San José International Airport -28800000 CA 2010-03-12T14:30:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:39:00-08:00 2010-03-12T21:00:31Z Scheduled
90 Fresno United States FAT FAT KFAT EGF3060 [empty string] EGF American Eagle Airlines [empty string] Fresno Yosemite International Airport -28800000 CA 2010-03-12T14:28:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:41:00-08:00 2010-03-11T21:30:56Z SCHEDULED
91 Austin United States AUS AUS KAUS AAL1308 [empty string] AAL American Airlines [empty string] Austin-Bergstrom International Airport -21600000 TX 2010-03-12T18:10:00-06:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:42:00-08:00 2010-03-12T20:52:31Z Scheduled
92 Austin United States AUS AUS KAUS ASA1900 [empty string] ASA Alaska Airlines [empty string] Austin-Bergstrom International Airport -21600000 TX 2010-03-12T18:10:00-06:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:42:00-08:00 2010-03-12T20:52:31Z Scheduled
93 New York United States JFK JFK KJFK AAL4 [empty string] AAL American Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:46:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:42:00-08:00 2010-03-12T20:30:07Z CONTROLLED
94 New York United States JFK JFK KJFK ASA1038 [empty string] ASA Alaska Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:46:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:42:00-08:00 2010-03-12T20:30:07Z CONTROLLED
95 New York United States JFK JFK KJFK QFA3233 [empty string] QFA Qantas [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T21:46:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:42:00-08:00 2010-03-12T20:30:07Z CONTROLLED
96 New York United States JFK JFK KJFK JBU672 [empty string] JBU JetBlue Airways [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T22:00:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T13:51:00-08:00 2010-03-12T20:54:31Z CONTROLLED
97 San Francisco United States SFO SFO KSFO SWA1227 [empty string] SWA Southwest Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-12T14:59:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T14:05:00-08:00 2010-03-12T20:35:31Z CONTROLLED
98 New York United States JFK JFK KJFK VRD412 [empty string] VRD Virgin America [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T22:22:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T14:11:00-08:00 2010-03-12T21:00:43Z CONTROLLED
99 San Francisco United States SFO SFO KSFO AWE6733 [empty string] AWE America West Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-12T15:38:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T14:44:00-08:00 2010-03-12T21:00:25Z CONTROLLED
100 San Francisco United States SFO SFO KSFO UAL806 [empty string] UAL United Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-12T15:38:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-12T14:44:00-08:00 2010-03-12T21:00:25Z CONTROLLED
DEPARTURESINFLIGHT
query
  AIRCRAFTID AIRCRAFTTYPE AIRCRAFT_CATEGORY AIRCRAFT_TYPE ALTITUDE CLIMB_RATE DEFAULT_ICON_PREFIX DESCENT_RATE ENGINE_COUNT ENGINE_TYPE FAA_COMMENTS HEADING ICON ICON_PREFIX LANDING_CLASS LATITUDE LONGITUDE MANUFACTURER MILITARY_FLAG MODEL RANK SOURCETIMESTAMP SPEED WEIGHT_CLASS
1 AAL1516 B772 5 B772 334 2500 H-L52J 2500 2 J new 11/98 98.521699085 767-300.090.00.1f.1p.png 767-300 L 33.52722 -116.64444 Boeing - Model 777-200 918 2010-03-12T21:36:51Z 512 H
2 AAL169 B772 5 B772 300C 2500 H-L52J 2500 2 J new 11/98 325.38537661 767-300.326.25.1f.1p.png 767-300 L 38.653057 -123.797775 Boeing - Model 777-200 918 2010-03-12T21:37:00Z 487 H
3 AAL2444 B752 5 B752 350C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 88.5363105678 757-200.090.00.1f.1p.png 757-200 L 34.378056 -111.18111 Boeing - Model 757-200 6528 2010-03-12T21:37:26Z 495 H
4 AAL264 B738 5 B738 343 4000 L-L52J 4000 2 J new 11/98 77.3942839144 737-800.078.75.1f.1p.png 737-800 L 33.672222 -115.916664 Boeing - Model 737-800 4613 2010-03-12T21:37:15Z 495 L
5 AAL40 B762 5 B762 370C 3500 H-L52J 3500 2 J new 11/98 70.7197674344 H-L52J.078.75.1f.1p.png [empty string] L 34.428333 -113.56528 Boeing - Model 767-200 542 2010-03-12T21:37:26Z 494 H
6 ACA792 A320 5 A320 330C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 68.6462168952 A320.067.50.1f.1p.png A320 L 36.274445 -114.51917 Airbus Industries - Airbus A320 6234 2010-03-12T21:37:39Z 479 L
7 AMX647 B737 5 B737 262 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 114.058854788 737-700.112.50.1f.1p.png 737-700 L 33.6075 -117.55278 Boeing - Model 737-700 11245 2010-03-12T21:37:27Z 429 L
8 ASA459 B738 5 B738 340C 4000 L-L52J 4000 2 J new 11/98 349.28581365 737-800.348.75.1f.1p.png 737-800 L 37.469723 -119.48722 Boeing - Model 737-800 4613 2010-03-12T21:37:23Z 456 L
9 ASA6 B738 5 B738 331 4000 L-L52J 4000 2 J new 11/98 72.4389519669 737-800.078.75.1f.1p.png 737-800 L 33.71389 -116.25611 Boeing - Model 737-800 4613 2010-03-12T21:37:39Z 482 L
10 ASH2696 CRJ9 5 CRJ9 116 5000 L-L52J 6000 2 J add 08/03 72.4434982902 CRJ-900.078.75.1f.1p.png CRJ-900 L 36.012222 -115.48722 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-12T21:37:42Z 325 L
11 AWE1632 A321 5 A321 330 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 300.358715962 L-L52J.303.75.1f.1p.png [empty string] L 33.938057 -118.45972 Airbus Industries - Airbus A321 565 2010-03-12T21:36:51Z 0 L
12 AWE185 A321 5 A321 250C 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 105.16072218 L-L52J.101.25.1f.1p.png [empty string] L 33.459446 -114.08055 Airbus Industries - Airbus A321 565 2010-03-12T21:37:14Z 454 L
13 CES586 A346 5 A346 340C 3500 H-L54J 3500 4 J new 11/00 | add 01/01 324.35848176 H-L54J.326.25.1f.1p.png [empty string] L 39.353886 -124.42139 Airbus Industries - Airbus A340-600 136 2010-03-12T21:37:35Z 463 H
14 COA46 B753 5 B753 350C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 99.2824086592 H-L52J.090.00.1f.1p.png [empty string] L 33.27361 -114.87639 Boeing - Model 757-300 411 2010-03-12T21:36:51Z 505 H
15 DAL1180 B752 5 B752 215 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 50.7680095215 757-200.056.25.1f.1p.png 757-200 L 34.177223 -118.02695 Boeing - Model 757-200 6528 2010-03-12T21:37:27Z 395 H
16 DAL164A B752 5 B752 370C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 59.2004107021 757-200.056.25.1f.1p.png 757-200 L 37.789165 -112.093056 Boeing - Model 757-200 6528 2010-03-12T21:37:52Z 475 H
17 DAL2504 A320 5 A320 350C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 59.3522706677 A320.056.25.1f.1p.png A320 L 37.61722 -112.464165 Airbus Industries - Airbus A320 6234 2010-03-12T21:37:28Z 482 L
18 DAL706 B752 5 B752 104 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 58.4992303278 757-200.056.25.1f.1p.png 757-200 L 33.86722 -118.44778 Boeing - Model 757-200 6528 2010-03-12T21:37:15Z 128 H
19 EGF3121 E135 5 E135 265 2000 L-L52J 2000 2 J chg (EC135 > E135) 11/89 non-military 11/99 308.011492611 ERJ-135.303.75.1f.1p.png ERJ-135 L 34.36889 -119.56389 Embraer - ERJ-135 2896 2010-03-12T21:37:15Z 341 L
20 FFT963 A319 5 A319 370C 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 74.2869228263 A319.078.75.1f.1p.png A319 L 34.886948 -111.67833 Airbus Industries - Airbus A319 5463 2010-03-12T21:37:14Z 480 L
21 MXA901 A319 5 A319 062 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 217.524394522 A319.213.75.1f.1p.png A319 L 33.844166 -118.55222 Airbus Industries - Airbus A319 5463 2010-03-12T21:37:03Z 239 L
22 QXE474 DH8D 4 DH8D 188 2500 L-L42T 2500 2 T new 11/98 321.152778126 DASH8-400.326.25.1f.1p.png DASH8-400 L 35.04889 -119.1025 DeHavilland - DASH 8/DHC8-400 1862 2010-03-12T21:37:15Z 317 L
23 SKW6002 CRJ7 5 CRJ7 253 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 345.484968541 CRJ-700.348.75.1f.1p.png CRJ-700 L 34.891945 -118.85139 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T21:37:15Z 352 L
24 SKW6065 CRJ7 5 CRJ7 294 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 337.900601754 CRJ-700.337.50.1f.1p.png CRJ-700 L 35.682224 -119.19972 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T21:37:23Z 433 L
25 SKW6219 CRJ7 5 CRJ7 358 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 82.713732321 CRJ-700.090.00.1f.1p.png CRJ-700 L 33.85722 -115.63333 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T21:37:15Z 465 L
26 SKW6279 E120 4 E120 196 2300 S-L42T 2300 2 T [empty string] 124.222830961 EMB-120.123.75.1f.1p.png EMB-120 L 33.094997 -116.659164 Embraer/Brazil - Brasilia EMB120 2140 2010-03-12T21:37:39Z 304 S
27 SKW6288 CRJ2 5 CRJ2 260C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 317.457086543 crj-200.315.00.1f.1p.png crj-200 L 34.5575 -119.818886 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-12T21:37:39Z 390 L
28 SKW6291 CRJ2 5 CRJ2 350C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 100.042282991 crj-200.101.25.1f.1p.png crj-200 L 33.183613 -114.12334 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-12T21:37:26Z 461 L
29 SKW6442 CRJ7 5 CRJ7 363 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 78.0940079669 CRJ-700.078.75.1f.1p.png CRJ-700 L 33.82833 -115.76611 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T21:37:27Z 466 L
30 SKW6444 E120 4 E120 099 2300 S-L42T 2300 2 T [empty string] 302.666223724 EMB-120.303.75.1f.1p.png EMB-120 L 34.134167 -119.03472 Embraer/Brazil - Brasilia EMB120 2140 2010-03-12T21:37:27Z 227 S
31 SKW6522 CRJ2 5 CRJ2 315 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 104.642968082 crj-200.101.25.1f.1p.png crj-200 L 33.549442 -114.54111 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-12T21:37:27Z 466 L
32 SWA757 B737 5 B737 410C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 99.1465875371 737-700.090.00.1f.1p.png 737-700 L 33.29333 -114.98055 Boeing - Model 737-700 11245 2010-03-12T21:37:39Z 493 L
33 THT1 A343 5 A343 108 3500 H-L54J 3500 4 J new 11/00 | add 01/01 156.913235211 H-L54J.157.50.1f.1p.png [empty string] L 33.602497 -118.53778 Airbus Industries - Airbus A340-300 239 2010-03-12T21:37:15Z 330 H
34 TRS56 B737 5 B737 370C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 100.343637413 737-700.101.25.1f.1p.png 737-700 L 33.361664 -114.43833 Boeing - Model 737-700 11245 2010-03-12T21:37:14Z 500 L
35 UAL116 A320 5 A320 275 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 89.4215799267 A320.090.00.1f.1p.png A320 L 33.636948 -116.834724 Airbus Industries - Airbus A320 6234 2010-03-12T21:37:39Z 473 L
36 UAL336 B752 5 B752 385 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 50.8033594384 757-200.056.25.1f.1p.png 757-200 L 35.9675 -115.32333 Boeing - Model 757-200 6528 2010-03-12T21:37:15Z 482 H
37 UAL808 A320 5 A320 340C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 317.979402148 A320.315.00.1f.1p.png A320 L 35.54333 -120.917496 Airbus Industries - Airbus A320 6234 2010-03-12T21:37:23Z 423 L
38 UAL847T B772 5 B772 370C 2500 H-L52J 2500 2 J new 11/98 70.7147466771 767-300.078.75.1f.1p.png 767-300 L 34.170002 -114.434166 Boeing - Model 777-200 918 2010-03-12T21:37:39Z 515 H
39 UAL890 B752 5 B752 301 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 48.9948741775 757-200.045.00.1f.1p.png 757-200 L 34.667225 -117.20972 Boeing - Model 757-200 6528 2010-03-12T21:36:51Z 507 H
40 VRD406 A320 5 A320 350C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 74.6895036957 A320.078.75.1f.1p.png A320 L 34.717224 -111.9725 Airbus Industries - Airbus A320 6234 2010-03-12T21:37:26Z 472 L
41 WJA1695 B737 5 B737 053 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 266.906400939 737-700.270.00.1f.1p.png 737-700 L 33.9375 -118.5875 Boeing - Model 737-700 11245 2010-03-12T21:37:39Z 222 L
ELAPSEDTIME 0
ERROR
struct
Message '' is an invalid date or time string.
RootCause
struct
Detail [empty string]
ErrNumber 0
Message '' is an invalid date or time string.
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1768
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
datetime [empty string]
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1768
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type coldfusion.util.RuntimeWrapper
NAME DEPARTURESTHREAD
OUTPUT <div id="departuresDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="departuresTable" style="color:white;">Flight Departures</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights departing from: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > Los Angeles, CA </span> </td> <td rowspan="2" align="center" valign="middle"> <img style="display:none;" alt="Loading..." src="/images/spinner.gif"/> </td> </tr> <tr> <td colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > (LAX-Los Angeles International Airport) </td> </tr> <tr> <td colspan="5" style="background-color:#004371">&nbsp;</td> </tr> </thead> </table> </td> </tr> </thead> <tbody> <tr> <td> <table class="tablesorter" cellpadding="0" cellspacing="0"> <thead> <tr style="font-family:arial,helvetica,sans-serif;font-size:12px;"> <th valign="top">Arrival City</th> <th valign="top">Airline</th> <th valign="top" align="center">Flight Number</th> <th valign="top" align="center">Departure Time</th> <th valign="top" align="center">More Info</th> </tr> </thead> <tbody style="font-size:9px;"> <tr> <td style="padding-right:6px;"> , </td> <td>Air Tahiti Nui</td> <td align="center" style="font-weight:bold;"> 1 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> </td> <td align="center" > <a href="http://www.helloflight.com/Flight/THT1.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Shanghai, Shanghai </td> <td>China Eastern Airlines</td> <td align="center" style="font-weight:bold;"> 586 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CES586.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tokyo, Honshu </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 169 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL169.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tokyo, Honshu </td> <td>Japan Airlines</td> <td align="center" style="font-weight:bold;"> 5015 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JAL5015.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 164 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL164.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 164A </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:44 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL164A.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Minneapolis, MN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2504 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:46 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2504.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2444 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:47 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2444.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Japan Airlines</td> <td align="center" style="font-weight:bold;"> 5812 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:47 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JAL5812.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Milwaukee, WI </td> <td>Frontier Airlines</td> <td align="center" style="font-weight:bold;"> 963 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:49 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FFT963.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 406 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:49 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD406.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Edmonton, AB </td> <td>WestJet</td> <td align="center" style="font-weight:bold;"> 1423 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:50 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/WJA1423.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Barbara, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 5916 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW5916.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lima, Perú </td> <td>LAN Peru</td> <td align="center" style="font-weight:bold;"> 2605 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:51 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/LPE2605.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lima, Perú </td> <td>LAN Airlines</td> <td align="center" style="font-weight:bold;"> 2605 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/LAN2605.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Barbara, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3080 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3080.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 658 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:57 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA658.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Monica, CA </td> <td></td> <td align="center" style="font-weight:bold;"> N581JS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:59 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N581JS.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N509GE </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:00 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N509GE.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 40 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:01 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL40.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Etihad Airways</td> <td align="center" style="font-weight:bold;"> 3009 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:01 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ETD3009.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3031 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:01 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QFA3031.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 459 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA459.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toronto, ON </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 792 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ACA792.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toronto, ON </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 4792 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANZ4792.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> El Paso, TX </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6291 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:03 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6291.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 847 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:03 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL847.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 185 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:04 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE185.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 2696 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:05 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH2696.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6522 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:05 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6522.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 56 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:06 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS56.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>All Nippon Airways</td> <td align="center" style="font-weight:bold;"> 7200 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:07 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANA7200.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 336 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:07 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL336.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 925 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:07 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA925.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 847T </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:07 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL847T.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 46 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:09 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA46.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 3745 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:09 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL3745.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Antonio, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 757 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA757.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Cabos, Baja California Sur </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 252 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:11 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASA252.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 65G </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:11 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW65G.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 243 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:12 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA243.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6329 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:12 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6329.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 808 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:12 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL808.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6219 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:13 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6219.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 264 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL264.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1280 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1280.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3015 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QFA3015.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Imperial, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6279 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6279.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oklahoma City, OK </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6442 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6442.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6065 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:16 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6065.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3021 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:17 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3021.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 6 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA6.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 8997 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL8997.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Rosa, CA </td> <td>Horizon Air</td> <td align="center" style="font-weight:bold;"> 474 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QXE474.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1516 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1516.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1240 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1240.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 9180 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANZ9180.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 6273 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA6273.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Turkish Airlines</td> <td align="center" style="font-weight:bold;"> 8630 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/THY8630.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 116 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL116.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Monterey, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6288 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6288.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>TAM Brazilian Airlines</td> <td align="center" style="font-weight:bold;"> 7071 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TAM7071.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 890 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL890.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6002 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6002.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3121 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:24 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3121.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ciudad de México, Distrito Federal </td> <td>Aeroméxico</td> <td align="center" style="font-weight:bold;"> 647 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:26 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AMX647.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Taipei, Taiwan </td> <td>China Airlines</td> <td align="center" style="font-weight:bold;"> 5117 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:27 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CAL5117.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 556 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:28 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL556.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Maria, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6444 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:28 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6444.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Maria, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 6444 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:28 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL6444.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2506 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:29 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL2506.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1180 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:29 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1180.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 9209 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:29 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NWA9209.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Aspen, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N88JJ </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:30 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N88JJ.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Hermosillo, Sonora </td> <td>Aerolitoral</td> <td align="center" style="font-weight:bold;"> 2201 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:30 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SLI2201.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tokyo, Honshu </td> <td>Singapore Airlines</td> <td align="center" style="font-weight:bold;"> 11 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:30 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SIA11.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 152 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:31 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL152.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 9010 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:31 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/NWA9010.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Papeete, Society Islands </td> <td>Air Tahiti Nui</td> <td align="center" style="font-weight:bold;"> 1 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:31 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/THT1.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2446 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:32 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL2446.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 706 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:33 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL706.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ciudad de México, Distrito Federal </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 8301 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:35 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL8301.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ciudad de México, Distrito Federal </td> <td>Mexicana de Aviación</td> <td align="center" style="font-weight:bold;"> 901 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:35 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MXA901.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1632 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1632.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Vancouver, BC </td> <td>WestJet</td> <td align="center" style="font-weight:bold;"> 1695 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/WJA1695.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> El Paso, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 104 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:37 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA104.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6477 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:37 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6477.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 927 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:37 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/VRD927.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 8 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:39 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA8.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fresno, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3060 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:41 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3060.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Austin, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1308 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1308.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Austin, TX </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1900 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASA1900.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 4 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL4.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1038 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASA1038.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3233 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/QFA3233.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 672 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:51 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU672.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1227 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:05 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA1227.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 412 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:11 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/VRD412.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 6733 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE6733.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 806 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL806.cfm" > Controlled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-12 16:42:50'}
STATUS TERMINATED