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-10T05:47:36Z ASDI_20100310_morning 1 2010-03-10T06:47:36Z 2010-03-10T04:47:36Z
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 N949LL [empty string] [empty string] [empty string] [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T21:38:00-08:00 Farmington United States FMN FMN KFMN [empty string] Four Corners Regional Airport -25200000 NM 2010-03-09T20:53:00-07:00 2010-03-10T05:15:15Z ARRIVED
2 Los Angeles United States LAX LAX KLAX AAL162 [empty string] AAL American Airlines 2010-03-10T05:47:32Z Los Angeles International Airport -28800000 CA 2010-03-09T21:48:00-08:00 Honolulu United States HNL HNL PHNL [empty string] Honolulu International Airport -36000000 HI [empty string] [empty string] [empty string]
3 Los Angeles United States LAX LAX KLAX COA1502 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T21:49:00-08:00 Newark United States EWR EWR KEWR [empty string] Newark Liberty International Airport -18000000 NJ 2010-03-09T19:23:00-05:00 2010-03-09T00:00:51Z ARRIVED
4 Los Angeles United States LAX LAX KLAX AAL8262 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T21:50:00-08:00 Cancún México [empty string] CUN MMUN [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-09T17:50:00-06:00 2010-03-10T05:05:35Z ARRIVED
5 Los Angeles United States LAX LAX KLAX MXA946 [empty string] MXA Mexicana de Aviación [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T21:50:00-08:00 Cancún México [empty string] CUN MMUN [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-09T17:50:00-06:00 2010-03-10T05:05:35Z ARRIVED
6 Los Angeles United States LAX LAX KLAX ACA795 [empty string] ACA Air Canada [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T21:50:00-08:00 Toronto Canada [empty string] YYZ CYYZ [empty string] Lester B. Pearson International Airport -18000000 ON 2010-03-09T20:14:00-05:00 2010-03-10T04:43:08Z ARRIVED
7 Los Angeles United States LAX LAX KLAX UAL60 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T21:50:00-08:00 Washington United States IAD IAD KIAD [empty string] Washington Dulles International Airport -18000000 DC 2010-03-09T19:48:00-05:00 2010-03-10T04:55:27Z ARRIVED
8 Los Angeles United States LAX LAX KLAX AWE6303 A319 AWE America West Airlines 2010-03-10T05:50:32Z Los Angeles International Airport -28800000 CA 2010-03-09T21:51:00-08:00 Baltimore United States BWI BWI KBWI 2010-03-10T00:53:02Z Baltimore/Washington International Thurgood Marshall Airport -18000000 MD 2010-03-09T19:53:00-05:00 2010-03-10T04:44:16Z ARRIVED
9 Los Angeles United States LAX LAX KLAX COA6453 A319 COA Continental Airlines 2010-03-10T05:50:32Z Los Angeles International Airport -28800000 CA 2010-03-09T21:51:00-08:00 Baltimore United States BWI BWI KBWI 2010-03-10T00:53:02Z Baltimore/Washington International Thurgood Marshall Airport -18000000 MD 2010-03-09T19:53:00-05:00 2010-03-10T04:44:16Z ARRIVED
10 Los Angeles United States LAX LAX KLAX UAL307 A319 UAL United Airlines 2010-03-10T05:50:32Z Los Angeles International Airport -28800000 CA 2010-03-09T21:51:00-08:00 Baltimore United States BWI BWI KBWI 2010-03-10T00:53:02Z Baltimore/Washington International Thurgood Marshall Airport -18000000 MD 2010-03-09T19:53:00-05:00 2010-03-10T04:44:16Z ARRIVED
11 Los Angeles United States LAX LAX KLAX AAL254 [empty string] AAL American Airlines 2010-03-10T05:54:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:51:00-08:00 Kahului United States OGG OGG PHOG [empty string] Kahului Airport -36000000 HI 2010-03-09T14:53:00-10:00 2010-03-10T05:26:36Z ARRIVED
12 Los Angeles United States LAX LAX KLAX ASA1859 [empty string] ASA Alaska Airlines 2010-03-10T05:54:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:51:00-08:00 Kahului United States OGG OGG PHOG [empty string] Kahului Airport -36000000 HI 2010-03-09T14:53:00-10:00 2010-03-10T05:26:36Z ARRIVED
13 Los Angeles United States LAX LAX KLAX SKW6479 [empty string] SKW SkyWest 2010-03-10T05:51:32Z Los Angeles International Airport -28800000 CA 2010-03-09T21:52:00-08:00 Albuquerque United States ABQ ABQ KABQ [empty string] Albuquerque International Sunport Airport -25200000 NM [empty string] [empty string] [empty string]
14 Los Angeles United States LAX LAX KLAX TRS50 B737 TRS AirTran Airways [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T21:52:00-08:00 Atlanta United States ATL ATL KATL 2010-03-10T01:09:45Z Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-09T20:10:00-05:00 2010-03-10T04:08:52Z ARRIVED
15 Los Angeles United States LAX LAX KLAX HAL2 B763 HAL Hawaiian Airlines 2010-03-10T05:51:32Z Los Angeles International Airport -28800000 CA 2010-03-09T21:52:00-08:00 Honolulu United States HNL HNL PHNL 2010-03-10T00:37:34Z Honolulu International Airport -36000000 HI 2010-03-09T14:37:00-10:00 2010-03-10T05:21:09Z ARRIVED
16 Los Angeles United States LAX LAX KLAX KAL7855 B763 KAL Korean Air 2010-03-10T05:51:32Z Los Angeles International Airport -28800000 CA 2010-03-09T21:52:00-08:00 Honolulu United States HNL HNL PHNL 2010-03-10T00:37:34Z Honolulu International Airport -36000000 HI 2010-03-09T14:37:00-10:00 2010-03-10T05:21:09Z ARRIVED
17 Los Angeles United States LAX LAX KLAX AAL223 B738 AAL American Airlines 2010-03-10T06:01:55Z Los Angeles International Airport -28800000 CA 2010-03-09T21:55:00-08:00 Boston United States BOS BOS KBOS 2010-03-10T00:22:43Z General Edward Lawrence Logan International Airport -18000000 MA 2010-03-09T19:22:00-05:00 2010-03-10T04:51:19Z ARRIVED
18 Los Angeles United States LAX LAX KLAX CSN1012 [empty string] CSN China Southern Airlines 2010-03-10T05:54:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:55:00-08:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -18000000 NY 2010-03-09T19:25:00-05:00 2010-03-10T03:37:53Z ARRIVED
19 Los Angeles United States LAX LAX KLAX DAL713 [empty string] DAL Delta Air Lines 2010-03-10T05:54:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:55:00-08:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -18000000 NY 2010-03-09T19:25:00-05:00 2010-03-10T03:37:53Z ARRIVED
20 Los Angeles United States LAX LAX KLAX AAL2479 B752 AAL American Airlines 2010-03-10T05:56:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:57:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-10T03:02:16Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-09T21:02:00-06:00 2010-03-10T05:07:25Z ARRIVED
21 Los Angeles United States LAX LAX KLAX QFA3066 B752 QFA Qantas 2010-03-10T05:56:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:57:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-10T03:02:16Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-09T21:02:00-06:00 2010-03-10T05:07:25Z ARRIVED
22 Los Angeles United States LAX LAX KLAX AAL119 B738 AAL American Airlines 2010-03-10T05:56:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:57:00-08:00 Newark United States EWR EWR KEWR 2010-03-10T00:44:29Z Newark Liberty International Airport -18000000 NJ 2010-03-09T19:44:00-05:00 2010-03-10T03:23:45Z ARRIVED
23 Los Angeles United States LAX LAX KLAX ASA1821 B738 ASA Alaska Airlines 2010-03-10T05:56:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:57:00-08:00 Newark United States EWR EWR KEWR 2010-03-10T00:44:29Z Newark Liberty International Airport -18000000 NJ 2010-03-09T19:44:00-05:00 2010-03-10T03:23:45Z ARRIVED
24 Los Angeles United States LAX LAX KLAX SWA70 B737 SWA Southwest Airlines 2010-03-10T05:58:31Z Los Angeles International Airport -28800000 CA 2010-03-09T21:59:00-08:00 Sacramento United States SMF SMF KSMF 2010-03-10T04:58:20Z Sacramento International Airport -28800000 CA 2010-03-09T20:58:00-08:00 2010-03-10T05:21:18Z ARRIVED
25 Los Angeles United States LAX LAX KLAX SWA648 B737 SWA Southwest Airlines 2010-03-10T06:00:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:01:00-08:00 Oakland United States OAK OAK KOAK 2010-03-10T05:05:34Z Metropolitan Oakland International Airport -28800000 CA 2010-03-09T21:06:00-08:00 2010-03-10T05:22:50Z ARRIVED
26 Los Angeles United States LAX LAX KLAX SWA1587 B737 SWA Southwest Airlines 2010-03-10T06:07:01Z Los Angeles International Airport -28800000 CA 2010-03-09T22:01:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-10T05:11:10Z San Francisco International Airport -28800000 CA 2010-03-09T21:11:00-08:00 2010-03-10T05:29:37Z ARRIVED
27 Los Angeles United States LAX LAX KLAX SWA308 B737 SWA Southwest Airlines 2010-03-10T06:11:31Z Los Angeles International Airport -28800000 CA 2010-03-09T22:05:00-08:00 Las Vegas United States LAS LAS KLAS 2010-03-10T05:24:37Z Mc Carran International Airport -28800000 NV 2010-03-09T21:24:00-08:00 2010-03-10T05:24:37Z ARRIVED
28 Los Angeles United States LAX LAX KLAX AAL21 B762 AAL American Airlines 2010-03-10T06:04:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:05:00-08:00 New York United States JFK JFK KJFK 2010-03-10T00:48:42Z John F Kennedy International Airport -18000000 NY 2010-03-09T19:49:00-05:00 2010-03-10T03:30:57Z ARRIVED
29 Los Angeles United States LAX LAX KLAX COA172 [empty string] COA Continental Airlines 2010-03-10T06:13:01Z Los Angeles International Airport -28800000 CA 2010-03-09T22:10:00-08:00 Honolulu United States HNL HNL PHNL [empty string] Honolulu International Airport -36000000 HI 2010-03-09T14:48:00-10:00 2010-03-10T05:41:55Z ARRIVED
30 Los Angeles United States LAX LAX KLAX TRS652 B737 TRS AirTran Airways 2010-03-10T06:12:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:13:00-08:00 Milwaukee United States MKE MKE KMKE 2010-03-10T02:23:43Z General Mitchell International Airport -21600000 WI 2010-03-09T20:23:00-06:00 2010-03-10T05:35:54Z ARRIVED
31 Los Angeles United States LAX LAX KLAX COA6644 [empty string] COA Continental Airlines 2010-03-10T06:15:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:15:00-08:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO 2010-03-09T21:19:00-07:00 2010-03-10T05:11:34Z ARRIVED
32 Los Angeles United States LAX LAX KLAX UAL815 [empty string] UAL United Airlines 2010-03-10T06:15:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:15:00-08:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO 2010-03-09T21:19:00-07:00 2010-03-10T05:11:34Z ARRIVED
33 Los Angeles United States LAX LAX KLAX VRD099 [empty string] VRD Virgin America 2010-03-10T06:24:01Z Los Angeles International Airport -28800000 CA 2010-03-09T22:17:00-08:00 Washington United States IAD IAD KIAD [empty string] Washington Dulles International Airport -18000000 DC [empty string] [empty string] [empty string]
34 Los Angeles United States LAX LAX KLAX ACA5651 A320 ACA Air Canada 2010-03-10T06:17:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:18:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:34:19Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:34:00-06:00 2010-03-10T05:11:00Z ARRIVED
35 Los Angeles United States LAX LAX KLAX ANZ9227 A320 ANZ Air New Zealand 2010-03-10T06:17:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:18:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:34:19Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:34:00-06:00 2010-03-10T05:11:00Z ARRIVED
36 Los Angeles United States LAX LAX KLAX COA6284 A320 COA Continental Airlines 2010-03-10T06:17:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:18:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:34:19Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:34:00-06:00 2010-03-10T05:11:00Z ARRIVED
37 Los Angeles United States LAX LAX KLAX SAS8755 A320 SAS Scandinavian Airlines System 2010-03-10T06:17:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:18:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:34:19Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:34:00-06:00 2010-03-10T05:11:00Z ARRIVED
38 Los Angeles United States LAX LAX KLAX UAL129 A320 UAL United Airlines 2010-03-10T06:17:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:18:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:34:19Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:34:00-06:00 2010-03-10T05:11:00Z ARRIVED
39 Los Angeles United States LAX LAX KLAX ASA478 [empty string] ASA Alaska Airlines 2010-03-10T06:21:55Z Los Angeles International Airport -28800000 CA 2010-03-09T22:20:00-08:00 Seattle United States SEA SEA KSEA [empty string] Seattle-Tacoma International Airport -28800000 WA 2010-03-09T20:14:00-08:00 2010-03-10T05:43:11Z ARRIVED
40 Los Angeles United States LAX LAX KLAX AAL7034 B738 AAL American Airlines 2010-03-10T06:27:25Z Los Angeles International Airport -28800000 CA 2010-03-09T22:21:00-08:00 Portland United States PDX PDX KPDX 2010-03-10T04:32:35Z Portland International Airport -28800000 OR 2010-03-09T20:32:00-08:00 2010-03-10T05:14:21Z ARRIVED
41 Los Angeles United States LAX LAX KLAX ASA570 B738 ASA Alaska Airlines 2010-03-10T06:27:25Z Los Angeles International Airport -28800000 CA 2010-03-09T22:21:00-08:00 Portland United States PDX PDX KPDX 2010-03-10T04:32:35Z Portland International Airport -28800000 OR 2010-03-09T20:32:00-08:00 2010-03-10T05:14:21Z ARRIVED
42 Los Angeles United States LAX LAX KLAX JBU479 [empty string] JBU JetBlue Airways 2010-03-10T06:25:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:26:00-08:00 Boston United States BOS BOS KBOS [empty string] General Edward Lawrence Logan International Airport -18000000 MA 2010-03-09T19:40:00-05:00 2010-03-10T05:17:41Z ARRIVED
43 Los Angeles United States LAX LAX KLAX VRD99 [empty string] VRD Virgin America [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:27:00-08:00 Washington United States IAD IAD KIAD [empty string] Washington Dulles International Airport -18000000 DC 2010-03-09T20:24:00-05:00 2010-03-10T05:14:42Z In Flight
44 Los Angeles United States LAX LAX KLAX AWE115 A319 AWE America West Airlines 2010-03-10T06:27:32Z Los Angeles International Airport -28800000 CA 2010-03-09T22:28:00-08:00 Las Vegas United States LAS LAS KLAS 2010-03-10T05:42:26Z Mc Carran International Airport -28800000 NV 2010-03-09T21:42:00-08:00 2010-03-10T05:42:26Z ARRIVED
45 Los Angeles United States LAX LAX KLAX SKW4449 CRJ9 SKW SkyWest 2010-03-10T06:34:25Z Los Angeles International Airport -28800000 CA 2010-03-09T22:28:00-08:00 Salt Lake City United States SLC SLC KSLC 2010-03-10T05:03:29Z Salt Lake City International Airport -25200000 UT 2010-03-09T22:03:00-07:00 2010-03-10T05:27:36Z ARRIVED
46 Los Angeles United States LAX LAX KLAX LRC604 [empty string] LRC LACSA [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:28:00-08:00 San José Costa Rica [empty string] SJO MROC [empty string] Juan Santamaría International Airport -21600000 [empty string] 2010-03-09T17:28:00-06:00 2010-03-10T05:46:27Z ARRIVED
47 Los Angeles United States LAX LAX KLAX AAL231 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:32:00-08:00 Miami United States MIA MIA KMIA [empty string] Miami International Airport -18000000 FL 2010-03-09T20:20:00-05:00 2010-03-10T05:44:33Z ARRIVED
48 Los Angeles United States LAX LAX KLAX UAL807 A320 UAL United Airlines 2010-03-10T06:37:55Z Los Angeles International Airport -28800000 CA 2010-03-09T22:32:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-10T05:43:33Z San Francisco International Airport -28800000 CA 2010-03-09T21:44:00-08:00 2010-03-10T06:00:23Z ARRIVED
49 Los Angeles United States LAX LAX KLAX SWA3134 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:34:00-08:00 Houston United States HOU HOU KHOU [empty string] William P Hobby Airport -21600000 TX 2010-03-09T21:09:00-06:00 2010-03-10T05:13:34Z ARRIVED
50 Los Angeles United States LAX LAX KLAX TNO300 [empty string] TNO Aerotransporte de Carga Union [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:39:00-08:00 Guadalajara México [empty string] GDL MMGL [empty string] Don Miguel Hidalgo y Costilla International Airport -21600000 Jalisco 2010-03-09T21:25:00-06:00 2010-03-10T06:02:14Z ARRIVED
51 Los Angeles United States LAX LAX KLAX FFT419 [empty string] FFT Frontier Airlines 2010-03-10T06:31:55Z Los Angeles International Airport -28800000 CA 2010-03-09T22:40:00-08:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO 2010-03-09T21:32:00-07:00 2010-03-10T05:29:02Z ARRIVED
52 Los Angeles United States LAX LAX KLAX CKS369 [empty string] CKS Kalitta Air [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:40:00-08:00 Honolulu United States HNL HNL PHNL [empty string] Honolulu International Airport -36000000 HI 2010-03-09T14:47:00-10:00 2010-03-10T01:26:04Z ARRIVED
53 Los Angeles United States LAX LAX KLAX IBE7284 [empty string] IBE Iberia Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:45:00-08:00 San Salvador El Salvador [empty string] SAL MSLP [empty string] El Salvador International Airport -21600000 [empty string] 2010-03-09T19:40:00-06:00 2010-03-09T01:30:56Z SCHEDULED
54 Los Angeles United States LAX LAX KLAX AMX466 [empty string] AMX Aeroméxico [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:46:00-08:00 Guadalajara México [empty string] GDL MMGL [empty string] Don Miguel Hidalgo y Costilla International Airport -21600000 Jalisco 2010-03-09T21:25:00-06:00 2010-03-10T05:53:47Z ARRIVED
55 Los Angeles United States LAX LAX KLAX CPA96 [empty string] CPA Cathay Pacific [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:47:00-08:00 Anchorage United States ANC ANC PANC [empty string] Ted Stevens Anchorage International Airport -32400000 AK 2010-03-09T17:31:00-09:00 2010-03-10T06:11:21Z In Flight
56 Los Angeles United States LAX LAX KLAX AAL2194 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:47:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-09T21:40:00-06:00 2010-03-10T04:36:57Z ARRIVED
57 Los Angeles United States LAX LAX KLAX ASA1523 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:47:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-09T21:40:00-06:00 2010-03-10T04:36:57Z ARRIVED
58 Los Angeles United States LAX LAX KLAX CPA7603 [empty string] CPA Cathay Pacific [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:47:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-09T21:40:00-06:00 2010-03-10T04:36:57Z ARRIVED
59 Los Angeles United States LAX LAX KLAX COA1095 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:47:00-08:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-09T21:32:00-06:00 2010-03-10T05:51:14Z ARRIVED
60 Los Angeles United States LAX LAX KLAX UAL3651 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:47:00-08:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-09T21:32:00-06:00 2010-03-10T05:51:14Z ARRIVED
61 Los Angeles United States LAX LAX KLAX AAL607 B738 AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:50:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:44:51Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:45:00-06:00 2010-03-10T05:38:55Z IN FLIGHT
62 Los Angeles United States LAX LAX KLAX ASA1040 B738 ASA Alaska Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:50:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:44:51Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:45:00-06:00 2010-03-10T05:38:55Z IN FLIGHT
63 Los Angeles United States LAX LAX KLAX QFA3188 B738 QFA Qantas [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:50:00-08:00 Chicago United States ORD ORD KORD 2010-03-10T02:44:51Z Chicago O'Hare International Airport -21600000 IL 2010-03-09T20:45:00-06:00 2010-03-10T05:38:55Z IN FLIGHT
64 Los Angeles United States LAX LAX KLAX SWA804 B737 SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:55:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-10T05:53:52Z San Francisco International Airport -28800000 CA 2010-03-09T21:54:00-08:00 2010-03-10T06:10:24Z IN FLIGHT
65 Los Angeles United States LAX LAX KLAX MXA908 [empty string] MXA Mexicana de Aviación [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:59: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-09T20:50:00-06:00 2010-03-10T06:19:29Z IN FLIGHT
66 Los Angeles United States LAX LAX KLAX NKS339 [empty string] NKS Spirit Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T23:01:00-08:00 Fort Lauderdale United States FLL FLL KFLL [empty string] Fort Lauderdale/Hollywood International Airport -18000000 FL 2010-03-09T20:09:00-05:00 2010-03-10T05:57:52Z IN FLIGHT
67 Los Angeles United States LAX LAX KLAX VRD415 [empty string] VRD Virgin America [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T23:08:00-08:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -18000000 NY 2010-03-09T20:41:00-05:00 2010-03-10T05:54:50Z 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 AAL607 B738 5 B738 080 4000 L-L52J 4000 2 J new 11/98 233.842139982 737-800.236.25.1f.1p.png 737-800 L 33.983334 -117.833336 Boeing - Model 737-800 4613 2010-03-10T06:42:19Z 250 L
2 NKS339 A319 5 A319 146 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 255.198775097 A319.258.75.1f.1p.png A319 L 34.033333 -117.38333 Airbus Industries - Airbus A319 5463 2010-03-10T06:41:55Z 325 L
3 SWA804 B737 5 B737 027 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 262.61922533 737-700.270.00.1f.1p.png 737-700 L 33.966667 -118.26667 Boeing - Model 737-700 11245 2010-03-10T06:42:13Z 157 L
4 VRD415 A320 5 A320 250 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 242.384535359 A320.247.50.1f.1p.png A320 L 34.231667 -116.83222 Airbus Industries - Airbus A320 6234 2010-03-10T06:41:51Z 380 L
ELAPSEDTIME 4958
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;"> Farmington, NM </td> <td></td> <td align="center" style="font-weight:bold;"> N949LL </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:38 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N949LL.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 162 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:48 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL162.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 1502 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:49 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA1502.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cancún, Quintana Roo </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 8262 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL8262.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cancún, Quintana Roo </td> <td>Mexicana de Aviación</td> <td align="center" style="font-weight:bold;"> 946 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MXA946.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toronto, ON </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 795 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ACA795.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 60 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL60.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 6303 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE6303.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 6453 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA6453.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 307 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL307.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 254 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL254.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1859 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1859.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Albuquerque, NM </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6479 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:52 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6479.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 50 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:52 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS50.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>Hawaiian Airlines</td> <td align="center" style="font-weight:bold;"> 2 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:52 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/HAL2.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>Korean Air</td> <td align="center" style="font-weight:bold;"> 7855 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:52 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/KAL7855.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 223 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL223.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>China Southern Airlines</td> <td align="center" style="font-weight:bold;"> 1012 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CSN1012.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;"> 713 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL713.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;"> 2479 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:57 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2479.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3066 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:57 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QFA3066.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 119 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:57 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL119.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1821 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:57 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1821.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;"> 70 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:59 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA70.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;"> 648 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:01 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA648.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;"> 1587 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:01 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1587.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;"> 308 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:05 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA308.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;"> 21 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:05 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL21.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 172 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:10 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA172.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Milwaukee, WI </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 652 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:13 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS652.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 6644 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:15 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA6644.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;"> 815 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:15 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL815.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 099 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:17 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/VRD099.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 5651 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ACA5651.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 9227 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANZ9227.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 6284 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA6284.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Scandinavian Airlines System</td> <td align="center" style="font-weight:bold;"> 8755 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SAS8755.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 129 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL129.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 478 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA478.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 7034 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:21 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL7034.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;"> 570 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:21 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA570.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 479 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:26 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU479.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 99 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:27 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD99.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 115 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE115.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 4449 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW4449.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, Costa Rica </td> <td>LACSA</td> <td align="center" style="font-weight:bold;"> 604 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/LRC604.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 231 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:32 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL231.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;"> 807 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:32 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL807.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;"> 3134 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:34 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA3134.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Guadalajara, Jalisco </td> <td>Aerotransporte de Carga Union</td> <td align="center" style="font-weight:bold;"> 300 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TNO300.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Frontier Airlines</td> <td align="center" style="font-weight:bold;"> 419 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:40 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FFT419.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>Kalitta Air</td> <td align="center" style="font-weight:bold;"> 369 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:40 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CKS369.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Salvador, El Salvador </td> <td>Iberia Airlines</td> <td align="center" style="font-weight:bold;"> 7284 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/IBE7284.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Guadalajara, Jalisco </td> <td>Aeroméxico</td> <td align="center" style="font-weight:bold;"> 466 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:46 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AMX466.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Anchorage, AK </td> <td>Cathay Pacific</td> <td align="center" style="font-weight:bold;"> 96 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:47 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CPA96.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;"> 2194 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2194.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1523 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1523.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Cathay Pacific</td> <td align="center" style="font-weight:bold;"> 7603 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CPA7603.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;"> 1095 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA1095.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 3651 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL3651.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;"> 607 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL607.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1040 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1040.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3188 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QFA3188.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 804 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA804.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;"> 908 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:59 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MXA908.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>Spirit Airlines</td> <td align="center" style="font-weight:bold;"> 339 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 11:01 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NKS339.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;"> 415 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 11:08 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD415.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(33.983334,-117.833336); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> American Airlines Flight 607</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Chicago O'Hare Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/9 8:45 PM (-06:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/9 10:50 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>250 kts/288 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>8,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B738</td><td align='right'><a href='http://www.helloflight.com/Flight/AAL607.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-800.236.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAL607" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.033333,-117.38333); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Spirit Airlines Flight 339</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Fort Lauderdale/Hollywood... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/9 8:09 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/9 11:01 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>325 kts/374 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>14,600 feet</td></tr><tr><th>Aircraft Type:</th><td>A319</td><td align='right'><a href='http://www.helloflight.com/Flight/NKS339.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/A319.258.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "NKS339" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.966667,-118.26667); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 804</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> San Francisco Internation... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/9 9:54 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/9 10:55 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>157 kts/181 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>2,700 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA804.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA804" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.231667,-116.83222); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Virgin America Flight 415</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> John F Kennedy Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/9 8:41 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/9 11:08 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>380 kts/437 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>25,000 feet</td></tr><tr><th>Aircraft Type:</th><td>A320</td><td align='right'><a href='http://www.helloflight.com/Flight/VRD415.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/A320.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "VRD415" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-10 01:47:37'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-10T05:47:36Z ASDI_20100310_morning 1 2010-03-10T06:47:36Z 2010-03-10T04:47:36Z
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] ANZ27 [empty string] ANZ Air New Zealand [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-09T06:15:23Z [empty string]
2 New York United States JFK JFK KJFK VRD418 A320 VRD Virgin America [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T05:37:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T05:50:55Z Los Angeles International Airport -28800000 CA 2010-03-09T21:51:00-08:00 2010-03-10T06:20:03Z IN FLIGHT
3 Oakland United States OAK OAK KOAK FDX1801 DC10 FDX Federal Express [empty string] Metropolitan Oakland International Airport -28800000 CA 2010-03-09T22:56:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T05:52:55Z Los Angeles International Airport -28800000 CA 2010-03-09T21:53:00-08:00 2010-03-10T06:22:46Z IN FLIGHT
4 Oakland United States OAK OAK KOAK TWY11 BE40 [empty string] [empty string] [empty string] Metropolitan Oakland International Airport -28800000 CA 2010-03-09T23:23:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:16:51Z Los Angeles International Airport -28800000 CA 2010-03-09T21:53:00-08:00 2010-03-10T06:41:27Z IN FLIGHT
5 Bangkok Thailand [empty string] BKK VTBS THA795 A345 THA Thai Airways International [empty string] Suvarnabhumi Bangkok International Airport 25200000 [empty string] 2010-03-10T06:42:00+07:00 Los Angeles United States LAX LAX KLAX 2010-03-10T05:54:36Z Los Angeles International Airport -28800000 CA 2010-03-09T21:55:00-08:00 [empty string] [empty string]
6 New York United States JFK JFK KJFK CSN1015 B752 CSN China Southern Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T05:43:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T05:57:04Z Los Angeles International Airport -28800000 CA 2010-03-09T21:57:00-08:00 2010-03-10T06:26:39Z IN FLIGHT
7 New York United States JFK JFK KJFK DAL712 B752 DAL Delta Air Lines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T05:43:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T05:57:04Z Los Angeles International Airport -28800000 CA 2010-03-09T21:57:00-08:00 2010-03-10T06:26:39Z IN FLIGHT
8 Newark United States EWR EWR KEWR EJA265 F2TH EJA NetJets [empty string] Newark Liberty International Airport -18000000 NJ 2010-03-10T05:39:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:00:22Z Los Angeles International Airport -28800000 CA 2010-03-09T21:59:00-08:00 2010-03-10T06:29:31Z IN FLIGHT
9 White Plains United States HPN HPN KHPN EJA723P GALX EJA NetJets [empty string] Westchester County Airport -18000000 NY 2010-03-10T05:32:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T05:58:54Z Los Angeles International Airport -28800000 CA 2010-03-09T21:59:00-08:00 2010-03-10T06:33:05Z IN FLIGHT
10 Melbourne Australia [empty string] MEL YMML VAU12 [empty string] VAU V Australia [empty string] Tullamarine International Airport 39600000 Victoria 2010-03-11T07:39:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:00:00-08:00 2010-03-10T05:40:25Z Scheduled
11 Columbus United States CMH CMH KCMH N697BJ [empty string] [empty string] [empty string] [empty string] Port Columbus International Airport -18000000 OH 2010-03-10T05:07:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:03:00-08:00 2010-03-10T05:30:30Z Scheduled
12 Denver United States DEN DEN KDEN FFT402 A319 FFT Frontier Airlines [empty string] Denver International Airport -25200000 CO 2010-03-10T00:50:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:05:05Z Los Angeles International Airport -28800000 CA 2010-03-09T22:05:00-08:00 2010-03-10T06:32:23Z IN FLIGHT
13 Chicago/Prospect Heights/Wheeling United States PWK PWK KPWK EJA964 C750 EJA NetJets [empty string] Chicago Executive Airport (Palwaukee Municipal) -21600000 IL 2010-03-10T03:11:00-06:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:08:14Z Los Angeles International Airport -28800000 CA 2010-03-09T22:08:00-08:00 [empty string] IN FLIGHT
14 Long Beach United States LGB LGB KLGB N949LL C25B [empty string] [empty string] [empty string] Long Beach Airport (Daugherty Field) -28800000 CA 2010-03-09T22:20:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:09:28Z Los Angeles International Airport -28800000 CA 2010-03-09T22:09:00-08:00 2010-03-10T06:11:03Z ARRIVED
15 Orlando United States MCO MCO KMCO DAL1480 B738 DAL Delta Air Lines [empty string] Orlando International Airport -18000000 FL 2010-03-10T05:07:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:13:19Z Los Angeles International Airport -28800000 CA 2010-03-09T22:13:00-08:00 2010-03-10T06:40:42Z IN FLIGHT
16 Orlando United States MCO MCO KMCO NWA9118 B738 NWA Northwest Airlines [empty string] Orlando International Airport -18000000 FL 2010-03-10T05:07:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:13:19Z Los Angeles International Airport -28800000 CA 2010-03-09T22:13:00-08:00 2010-03-10T06:40:42Z IN FLIGHT
17 Oakland United States OAK OAK KOAK FDX1825 A306 FDX Federal Express [empty string] Metropolitan Oakland International Airport -28800000 CA 2010-03-09T23:22:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:17:55Z Los Angeles International Airport -28800000 CA 2010-03-09T22:18:00-08:00 2010-03-10T06:39:19Z IN FLIGHT
18 Newark United States EWR EWR KEWR COA1803 [empty string] COA Continental Airlines [empty string] Newark Liberty International Airport -18000000 NJ 2010-03-10T05:55:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:20:00-08:00 2010-03-10T05:35:25Z Scheduled
19 Newark United States EWR EWR KEWR UAL3728 [empty string] UAL United Airlines [empty string] Newark Liberty International Airport -18000000 NJ 2010-03-10T05:55:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:20:00-08:00 2010-03-10T05:35:25Z Scheduled
20 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI PAC997 B744 PAC Polar Air Cargo [empty string] Incheon International Airport 32400000 [empty string] 2010-03-10T03:55:00+09:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:20:23Z Los Angeles International Airport -28800000 CA 2010-03-09T22:20:00-08:00 [empty string] [empty string]
21 Reno United States RNO RNO KRNO QXE446 DH8D QXE Horizon Air [empty string] Reno/Tahoe International Airport -25200000 NV 2010-03-10T00:42:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:21:05Z Los Angeles International Airport -28800000 CA 2010-03-09T22:21:00-08:00 2010-03-10T06:31:44Z IN FLIGHT
22 Philadelphia United States PHL PHL KPHL UAL457 A319 UAL United Airlines [empty string] Philadelphia International Airport -18000000 PA 2010-03-10T06:01:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:21:56Z Los Angeles International Airport -28800000 CA 2010-03-09T22:22:00-08:00 2010-03-10T06:38:16Z IN FLIGHT
23 Las Vegas United States LAS LAS KLAS UAL864 A320 UAL United Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-09T23:08:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:23:00Z Los Angeles International Airport -28800000 CA 2010-03-09T22:23:00-08:00 2010-03-10T06:30:00Z IN FLIGHT
24 Washington United States IAD IAD KIAD VRD114 A320 VRD Virgin America [empty string] Washington Dulles International Airport -18000000 DC 2010-03-10T05:42:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:24:05Z Los Angeles International Airport -28800000 CA 2010-03-09T22:24:00-08:00 2010-03-10T06:37:51Z IN FLIGHT
25 Apia Samoa (Western Samoa) [empty string] APW NSFA ANZ27 B763 ANZ Air New Zealand [empty string] Faleolo International Airport -39600000 Upolu Island 2010-03-10T05:11:00-11:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:27:10Z Los Angeles International Airport -28800000 CA 2010-03-09T22:27:00-08:00 [empty string] IN FLIGHT
26 New York United States JFK JFK KJFK AAL10 B762 AAL American Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T06:11:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:27:14Z Los Angeles International Airport -28800000 CA 2010-03-09T22:27:00-08:00 2010-03-10T06:27:14Z IN FLIGHT
27 New York United States JFK JFK KJFK ETD3002 B762 ETD Etihad Airways [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T06:11:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:27:14Z Los Angeles International Airport -28800000 CA 2010-03-09T22:27:00-08:00 2010-03-10T06:27:14Z IN FLIGHT
28 Bakersfield United States BFL BFL KBFL SKW6171 CRJ7 SKW SkyWest [empty string] Meadows Field Airport -28800000 CA 2010-03-09T22:49:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:28:46Z Los Angeles International Airport -28800000 CA 2010-03-09T22:29:00-08:00 2010-03-10T06:37:48Z IN FLIGHT
29 Baltimore United States BWI BWI KBWI UAL788 A319 UAL United Airlines [empty string] Baltimore/Washington International Thurgood Marshall Airport -18000000 MD 2010-03-10T05:55:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:30:05Z Los Angeles International Airport -28800000 CA 2010-03-09T22:30:00-08:00 2010-03-10T06:30:05Z IN FLIGHT
30 Palm Springs United States PSP PSP KPSP SKW6311 CRJ2 SKW SkyWest [empty string] Palm Springs International Airport -28800000 CA 2010-03-09T22:58:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:32:14Z Los Angeles International Airport -28800000 CA 2010-03-09T22:32:00-08:00 2010-03-10T06:32:14Z IN FLIGHT
31 Philadelphia United States PHL PHL KPHL AWE1446 [empty string] AWE America West Airlines [empty string] Philadelphia International Airport -18000000 PA 2010-03-10T06:01:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:32:00-08:00 2010-03-10T05:50:31Z Scheduled
32 Fort Lauderdale United States FLL FLL KFLL DAL1608 B738 DAL Delta Air Lines [empty string] Fort Lauderdale/Hollywood International Airport -18000000 FL 2010-03-10T05:32:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:33:37Z Los Angeles International Airport -28800000 CA 2010-03-09T22:34:00-08:00 2010-03-10T06:33:37Z IN FLIGHT
33 San José United States SJC SJC KSJC SKW6521 CRJ7 SKW SkyWest [empty string] Norman Y. Mineta San José International Airport -28800000 CA 2010-03-09T23:25:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:34:23Z Los Angeles International Airport -28800000 CA 2010-03-09T22:34:00-08:00 2010-03-10T06:34:23Z IN FLIGHT
34 Indianapolis United States IND IND KIND DAL2502 A320 DAL Delta Air Lines [empty string] Indianapolis International Airport -18000000 IN 2010-03-10T05:05:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:36:23Z Los Angeles International Airport -28800000 CA 2010-03-09T22:36:00-08:00 2010-03-10T06:36:23Z IN FLIGHT
35 Melbourne Australia [empty string] MEL YMML VLE12 [empty string] VLE Volare Airlines [empty string] Tullamarine International Airport 39600000 Victoria 2010-03-11T09:09:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:36:00-08:00 2010-03-09T06:10:23Z SCHEDULED
36 Sydney Australia [empty string] SYD YSSY ACA5183 [empty string] ACA Air Canada [empty string] Kingsford Smith 39600000 New South Wales 2010-03-11T07:42:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:36:00-08:00 2010-03-09T06:20:23Z SCHEDULED
37 Sydney Australia [empty string] SYD YSSY ANZ9839 [empty string] ANZ Air New Zealand [empty string] Kingsford Smith 39600000 New South Wales 2010-03-11T07:42:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:36:00-08:00 2010-03-09T06:20:23Z SCHEDULED
38 Sydney Australia [empty string] SYD YSSY AWE6707 [empty string] AWE America West Airlines [empty string] Kingsford Smith 39600000 New South Wales 2010-03-11T07:42:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:36:00-08:00 2010-03-09T06:20:23Z SCHEDULED
39 Sydney Australia [empty string] SYD YSSY UAL839 [empty string] UAL United Airlines [empty string] Kingsford Smith 39600000 New South Wales 2010-03-11T07:42:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:36:00-08:00 2010-03-09T06:20:23Z SCHEDULED
40 San Diego United States SAN SAN KSAN EGF3005 E135 EGF American Eagle Airlines [empty string] San Diego International Airport -28800000 CA 2010-03-09T23:07:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:38:13Z Los Angeles International Airport -28800000 CA 2010-03-09T22:38:00-08:00 2010-03-10T06:38:13Z IN FLIGHT
41 Boston United States BOS BOS KBOS AWE6344 A320 AWE America West Airlines [empty string] General Edward Lawrence Logan International Airport -18000000 MA 2010-03-10T06:55:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:39:23Z Los Angeles International Airport -28800000 CA 2010-03-09T22:39:00-08:00 2010-03-10T06:39:23Z IN FLIGHT
42 Boston United States BOS BOS KBOS UAL166 A320 UAL United Airlines [empty string] General Edward Lawrence Logan International Airport -18000000 MA 2010-03-10T06:55:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:39:23Z Los Angeles International Airport -28800000 CA 2010-03-09T22:39:00-08:00 2010-03-10T06:39:23Z IN FLIGHT
43 New York United States JFK JFK KJFK AWE6618 B752 AWE America West Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T06:41:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:40:46Z Los Angeles International Airport -28800000 CA 2010-03-09T22:41:00-08:00 2010-03-10T06:40:46Z IN FLIGHT
44 New York United States JFK JFK KJFK UAL82 B752 UAL United Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T06:41:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:40:46Z Los Angeles International Airport -28800000 CA 2010-03-09T22:41:00-08:00 2010-03-10T06:40:46Z IN FLIGHT
45 Fresno United States FAT FAT KFAT SKW6433 CRJ2 SKW SkyWest [empty string] Fresno Yosemite International Airport -28800000 CA 2010-03-09T23:20:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-10T06:41:50Z Los Angeles International Airport -28800000 CA 2010-03-09T22:42:00-08:00 2010-03-10T06:41:50Z IN FLIGHT
46 Inyokern United States IYK IYK KIYK SKW6284 [empty string] SKW SkyWest [empty string] [empty string] -28800000 CA 2010-03-09T23:18:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:42:00-08:00 2010-03-10T05:56:25Z Scheduled
47 Hong Kong Hong Kong [empty string] HKG VHHH AAL6121 [empty string] AAL American Airlines [empty string] Hong Kong International - Chek Lap Kok 28800000 [empty string] 2010-03-11T07:32:00+08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:45:00-08:00 2010-03-10T05:50:30Z Scheduled
48 Hong Kong Hong Kong [empty string] HKG VHHH CPA883 [empty string] CPA Cathay Pacific [empty string] Hong Kong International - Chek Lap Kok 28800000 [empty string] 2010-03-11T07:32:00+08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:45:00-08:00 2010-03-10T05:50:30Z Scheduled
49 New York United States JFK JFK KJFK JBU674 [empty string] JBU JetBlue Airways [empty string] John F Kennedy International Airport -18000000 NY 2010-03-10T06:38:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:45:00-08:00 2010-03-10T06:00:30Z Scheduled
50 Orlando United States MCO MCO KMCO UAL335 [empty string] UAL United Airlines [empty string] Orlando International Airport -18000000 FL 2010-03-10T05:36:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:45:00-08:00 2010-03-10T06:00:36Z Scheduled
51 San Diego United States SAN SAN KSAN SKW6344 [empty string] SKW SkyWest [empty string] San Diego International Airport -28800000 CA 2010-03-09T23:06:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:45:00-08:00 2010-03-10T06:01:31Z Scheduled
52 San Diego United States SAN SAN KSAN UAL6344 [empty string] UAL United Airlines [empty string] San Diego International Airport -28800000 CA 2010-03-09T23:06:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:45:00-08:00 2010-03-10T06:01:31Z Scheduled
53 Tampa United States TPA TPA KTPA DAL2148 [empty string] DAL Delta Air Lines [empty string] Tampa International Airport -18000000 FL 2010-03-10T05:35:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:46:00-08:00 2010-03-10T06:00:25Z Scheduled
54 Oxnard United States OXR OXR KOXR SKW6298 [empty string] SKW SkyWest [empty string] [empty string] -28800000 CA 2010-03-09T23:07:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-09T22:47:00-08:00 2010-03-09T06:35:23Z SCHEDULED
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 AAL10 B762 5 B762 285 3500 H-L52J 3500 2 J new 11/98 89.3740502773 H-L52J.090.00.1f.1p.png [empty string] L 33.641945 -117.009445 Boeing - Model 767-200 542 2010-03-10T06:41:39Z 477 H
2 ANZ27 B763 5 B763 300 3500 H-L52J 3500 2 J new 11/98 264.502048021 767-300.270.00.1f.1p.png 767-300 L 33.75889 -120.12389 Boeing - Model 767-300 1987 2010-03-10T06:41:51Z 417 H
3 DAL1480 B738 5 B738 370C 4000 L-L52J 4000 2 J new 11/98 99.129267263 737-800.090.00.1f.1p.png 737-800 L 33.32111 -114.55667 Boeing - Model 737-800 4613 2010-03-10T06:41:50Z 507 L
4 DAL1608 B738 5 B738 209 4000 L-L52J 4000 2 J new 11/98 287.15570584 737-800.281.25.1f.1p.png 737-800 L 33.64389 -117.96027 Boeing - Model 737-800 4613 2010-03-10T06:41:51Z 399 L
5 DAL2502 A320 5 A320 126 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 108.834725556 A320.101.25.1f.1p.png A320 L 33.65167 -118.36444 Airbus Industries - Airbus A320 6234 2010-03-10T06:41:39Z 267 L
6 DAL712 B752 5 B752 369C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 65.8527075339 757-200.067.50.1f.1p.png 757-200 L 34.891945 -112.09639 Boeing - Model 757-200 6528 2010-03-10T06:41:50Z 498 H
7 EGF3005 E135 5 E135 100 2000 L-L52J 2000 2 J chg (EC135 > E135) 11/89 non-military 11/99 168.259339514 ERJ-135.168.75.1f.1p.png ERJ-135 L 33.733334 -118.51667 Embraer - ERJ-135 2896 2010-03-10T06:41:43Z 302 L
8 EJA265 F2TH 5 F2TH 410C 2500 S-L52J 1500 2 J new 11/98 68.0750820297 S-L52J.067.50.1f.1p.png [empty string] L 36.24222 -113.919716 Dassault-Breguet - Falcon 2000 641 2010-03-10T06:42:03Z 490 S
9 EJA723P GALX 5 GALX 350C 5000 L-L52J 4000 2 J add 12/04 71.9172253471 L-L52J.078.75.1f.1p.png [empty string] L 34.873608 -112.13583 IAI - Gulfstream200 429 2010-03-10T06:41:50Z 495 L
10 EJA964 C750 5 C750 370 3500 S-L52J 3500 2 J new 12/96 | chg 11/98 64.9611623629 S-L52J.067.50.1f.1p.png [empty string] L 36.128887 -114.39083 Cessna Aircraft - Citation 10 945 2010-03-10T06:41:39Z 547 S
11 FDX1801 DC10 5 DC10 087 2400 H-L53J 2000 3 J chg 10/90 313.363708388 H-L53J.315.00.1f.1p.png [empty string] L 37.4 -121.566666 McDonnell-Douglas - DC-10-10/30/40 607 2010-03-10T06:40:19Z 249 H
12 FDX1825 A306 5 A306 300C 3500 H-L52J 3500 2 J new 11/98 | chg 12/99 | chg 02/00 336.502628195 A300B4-600.337.50.1f.1p.png A300B4-600 L 35.64778 -119.98222 Airbus Industries - A300B4-600 916 2010-03-10T06:41:47Z 380 H
13 FFT402 A319 5 A319 390C 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 66.2429334656 A319.067.50.1f.1p.png A319 L 36.204166 -114.26583 Airbus Industries - Airbus A319 5463 2010-03-10T06:42:15Z 482 L
14 QXE446 DH8D 4 DH8D 240C 2500 L-L42T 2500 2 T new 11/98 352.227014933 DASH8-400.000.00.1f.1p.png DASH8-400 L 35.31278 -118.87528 DeHavilland - DASH 8/DHC8-400 1862 2010-03-10T06:42:03Z 275 L
15 SKW6171 CRJ7 5 CRJ7 156 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 359.697924286 CRJ-700.000.00.1f.1p.png CRJ-700 L 34.53389 -119.07389 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-10T06:42:03Z 334 L
16 SKW6311 CRJ2 5 CRJ2 170C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 92.0474123521 crj-200.090.00.1f.1p.png crj-200 L 33.690002 -117.803894 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-10T06:41:27Z 397 L
17 SKW6521 CRJ7 5 CRJ7 196 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 312.617396428 CRJ-700.315.00.1f.1p.png CRJ-700 L 33.938057 -119.04056 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-10T06:41:27Z 307 L
18 TWY11 BE40 5 BE40 260C 3300 L-L52J 2200 2 J new 11/89|chge 10/90|chge 11/98|chge 12/99|chge 02/00|chge 12/03 353.421479767 Hawker-400.000.00.1f.1p.png Hawker-400 L 35.384167 -119.94778 Beech/Raytheon - Beechjet 400/Hawker 1648 2010-03-10T06:42:03Z 380 L
19 UAL166 A320 5 A320 058 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 211.310371762 A320.213.75.1f.1p.png A320 L 33.84889 -118.53472 Airbus Industries - Airbus A320 6234 2010-03-10T06:41:27Z 255 L
20 UAL457 A319 5 A319 336 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 66.7879157806 A319.067.50.1f.1p.png A319 L 33.82639 -115.82111 Airbus Industries - Airbus A319 5463 2010-03-10T06:42:15Z 514 L
21 UAL788 A319 5 A319 257 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 90.962358716 A319.090.00.1f.1p.png A319 L 33.64139 -117.51611 Airbus Industries - Airbus A319 5463 2010-03-10T06:41:27Z 442 L
22 UAL82 B752 5 B752 043 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 226.79766069 757-200.225.00.1f.1p.png 757-200 L 33.89306 -118.50861 Boeing - Model 757-200 6528 2010-03-10T06:42:03Z 231 H
23 UAL864 A320 5 A320 230C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 48.7441352204 A320.045.00.1f.1p.png A320 L 34.740555 -116.87972 Airbus Industries - Airbus A320 6234 2010-03-10T06:42:15Z 404 L
24 VRD114 A320 5 A320 319 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 99.7942230323 A320.090.00.1f.1p.png A320 L 33.57139 -116.5775 Airbus Industries - Airbus A320 6234 2010-03-10T06:41:27Z 499 L
25 VRD418 A320 5 A320 350C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 66.0901758018 A320.067.50.1f.1p.png A320 L 35.28722 -111.74555 Airbus Industries - Airbus A320 6234 2010-03-10T06:41:14Z 470 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 New Zealand</td> <td align="center" style="font-weight:bold;"> 27 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ANZ27.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 418 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:51 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD418.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Federal Express</td> <td align="center" style="font-weight:bold;"> 1801 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:53 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FDX1801.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td></td> <td align="center" style="font-weight:bold;"> TWY11 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:53 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TWY11.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Bangkok, Thailand </td> <td>Thai Airways International</td> <td align="center" style="font-weight:bold;"> 795 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/THA795.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>China Southern Airlines</td> <td align="center" style="font-weight:bold;"> 1015 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:57 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CSN1015.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;"> 712 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:57 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL712.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 265 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:59 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA265.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> White Plains, NY </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 723P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 9:59 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA723P.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Melbourne, Victoria </td> <td>V Australia</td> <td align="center" style="font-weight:bold;"> 12 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:00 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/VAU12.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbus, OH </td> <td></td> <td align="center" style="font-weight:bold;"> N697BJ </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:03 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N697BJ.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Frontier Airlines</td> <td align="center" style="font-weight:bold;"> 402 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:05 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FFT402.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago/Prospect Heights/Wheeling, IL </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 964 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:08 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA964.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Long Beach, CA </td> <td></td> <td align="center" style="font-weight:bold;"> N949LL </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:09 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N949LL.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1480 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:13 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1480.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 9118 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:13 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NWA9118.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Federal Express</td> <td align="center" style="font-weight:bold;"> 1825 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FDX1825.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 1803 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA1803.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 3728 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL3728.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>Polar Air Cargo</td> <td align="center" style="font-weight:bold;"> 997 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/PAC997.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Reno, NV </td> <td>Horizon Air</td> <td align="center" style="font-weight:bold;"> 446 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QXE446.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 457 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:22 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL457.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 864 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL864.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 114 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:24 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD114.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Apia, Upolu Island </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 27 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:27 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANZ27.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 10 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:27 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL10.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;"> 3002 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:27 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ETD3002.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Bakersfield, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6171 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:29 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6171.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 788 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:30 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL788.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Palm Springs, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6311 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6311.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1446 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:32 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE1446.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1608 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:34 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1608.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6521 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:34 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6521.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Indianapolis, IN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2502 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2502.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Melbourne, Victoria </td> <td>Volare Airlines</td> <td align="center" style="font-weight:bold;"> 12 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/VLE12.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sydney, New South Wales </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 5183 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ACA5183.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sydney, New South Wales </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 9839 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ANZ9839.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sydney, New South Wales </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 6707 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE6707.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sydney, New South Wales </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 839 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL839.cfm" > Scheduled </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;"> 3005 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:38 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3005.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 6344 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:39 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE6344.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 166 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:39 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL166.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 6618 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:41 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE6618.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;"> 82 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:41 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL82.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fresno, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6433 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:42 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6433.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Inyokern, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6284 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6284.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Hong Kong, Hong Kong </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 6121 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL6121.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Hong Kong, Hong Kong </td> <td>Cathay Pacific</td> <td align="center" style="font-weight:bold;"> 883 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CPA883.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 674 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU674.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 335 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL335.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;"> 6344 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6344.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 6344 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL6344.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tampa, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2148 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:46 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL2148.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oxnard, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6298 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/9 10:47 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6298.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-10 01:47:37'}
STATUS TERMINATED