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-12T05:40:46Z ASDI_20100312_morning 1 2010-03-12T06:40:46Z 2010-03-12T04:40:46Z
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 SWA2364 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:41:00-08:00 Chicago United States MDW MDW KMDW [empty string] Chicago Midway International Airport -21600000 IL 2010-03-11T19:48:00-06:00 2010-03-11T01:25:21Z ARRIVED
2 Los Angeles United States LAX LAX KLAX SWA601 [empty string] SWA Southwest Airlines 2010-03-12T05:41:19Z Los Angeles International Airport -28800000 CA 2010-03-11T21:41:00-08:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO [empty string] [empty string] [empty string]
3 Los Angeles United States LAX LAX KLAX DAL1217 [empty string] DAL Delta Air Lines 2010-03-12T05:41:19Z Los Angeles International Airport -28800000 CA 2010-03-11T21:41:00-08:00 Orlando United States MCO MCO KMCO [empty string] Orlando International Airport -18000000 FL [empty string] [empty string] [empty string]
4 Los Angeles United States LAX LAX KLAX SKW6342 [empty string] SKW SkyWest [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:41:00-08:00 San Diego United States SAN SAN KSAN [empty string] San Diego International Airport -28800000 CA 2010-03-11T21:10:00-08:00 2010-03-12T05:09:55Z ARRIVED
5 Los Angeles United States LAX LAX KLAX UAL6342 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:41:00-08:00 San Diego United States SAN SAN KSAN [empty string] San Diego International Airport -28800000 CA 2010-03-11T21:10:00-08:00 2010-03-12T05:09:55Z ARRIVED
6 Los Angeles United States LAX LAX KLAX TRS50 B737 TRS AirTran Airways [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:42:00-08:00 Atlanta United States ATL ATL KATL 2010-03-12T01:12:46Z Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-11T20:13:00-05:00 2010-03-11T23:40:55Z ARRIVED
7 Los Angeles United States LAX LAX KLAX AAL223 B738 AAL American Airlines 2010-03-12T05:48:55Z Los Angeles International Airport -28800000 CA 2010-03-11T21:42:00-08:00 Boston United States BOS BOS KBOS 2010-03-12T00:20:48Z General Edward Lawrence Logan International Airport -18000000 MA 2010-03-11T19:20:00-05:00 2010-03-12T04:52:10Z ARRIVED
8 Los Angeles United States LAX LAX KLAX AAL2479 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:42:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-11T20:44:00-06:00 2010-03-11T02:25:22Z ARRIVED
9 Los Angeles United States LAX LAX KLAX QFA3066 [empty string] QFA Qantas [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:42:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-11T20:44:00-06:00 2010-03-11T02:25:22Z ARRIVED
10 Los Angeles United States LAX LAX KLAX ACA572 [empty string] ACA Air Canada [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:43:00-08:00 Calgary Canada [empty string] YYC CYYC [empty string] Calgary International Airport -25200000 AB 2010-03-11T19:43:00-07:00 2010-03-12T05:04:55Z ARRIVED
11 Los Angeles United States LAX LAX KLAX UAL8305 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:43:00-08:00 Calgary Canada [empty string] YYC CYYC [empty string] Calgary International Airport -25200000 AB 2010-03-11T19:43:00-07:00 2010-03-12T05:04:55Z ARRIVED
12 Los Angeles United States LAX LAX KLAX AAL8262 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:44:00-08:00 Cancún México [empty string] CUN MMUN [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-11T17:50:00-06:00 2010-03-11T22:41:20Z ARRIVED
13 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-11T21:44:00-08:00 Cancún México [empty string] CUN MMUN [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-11T17:50:00-06:00 2010-03-11T22:41:20Z ARRIVED
14 Los Angeles United States LAX LAX KLAX AAL162 [empty string] AAL American Airlines 2010-03-12T05:50:25Z Los Angeles International Airport -28800000 CA 2010-03-11T21:44:00-08:00 Honolulu United States HNL HNL PHNL [empty string] Honolulu International Airport -36000000 HI [empty string] [empty string] [empty string]
15 Los Angeles United States LAX LAX KLAX AAL254 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:44:00-08:00 Kahului United States OGG OGG PHOG [empty string] Kahului Airport -36000000 HI 2010-03-11T14:56:00-10:00 2010-03-12T00:29:19Z ARRIVED
16 Los Angeles United States LAX LAX KLAX ASA1859 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:44:00-08:00 Kahului United States OGG OGG PHOG [empty string] Kahului Airport -36000000 HI 2010-03-11T14:56:00-10:00 2010-03-12T00:29:19Z ARRIVED
17 Los Angeles United States LAX LAX KLAX AAY341 [empty string] AAY Allegiant Air 2010-03-12T05:44:19Z Los Angeles International Airport -28800000 CA 2010-03-11T21:44:00-08:00 Wichita United States ICT ICT KICT [empty string] Wichita Mid-Continent Airport -25200000 KS [empty string] [empty string] [empty string]
18 Los Angeles United States LAX LAX KLAX ACA795 A320 ACA Air Canada [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:48:00-08:00 Toronto Canada [empty string] YYZ CYYZ 2010-03-12T01:34:47Z Lester B. Pearson International Airport -18000000 ON 2010-03-11T20:50:00-05:00 [empty string] ARRIVED
19 Los Angeles United States LAX LAX KLAX SWA718 B737 SWA Southwest Airlines 2010-03-12T05:56:31Z Los Angeles International Airport -28800000 CA 2010-03-11T21:50:00-08:00 Albuquerque United States ABQ ABQ KABQ 2010-03-12T04:13:48Z Albuquerque International Sunport Airport -25200000 NM 2010-03-11T21:13:00-07:00 2010-03-12T04:17:25Z ARRIVED
20 Los Angeles United States LAX LAX KLAX AMX648 [empty string] AMX Aeroméxico [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:50: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-11T19:10:00-06:00 2010-03-12T05:10:53Z ARRIVED
21 Los Angeles United States LAX LAX KLAX AAL397 [empty string] AAL American Airlines 2010-03-12T05:52:19Z Los Angeles International Airport -28800000 CA 2010-03-11T21:55:00-08:00 Miami United States MIA MIA KMIA [empty string] Miami International Airport -18000000 FL 2010-03-11T19:06:00-05:00 2010-03-12T05:14:00Z ARRIVED
22 Los Angeles United States LAX LAX KLAX ACA558 [empty string] ACA Air Canada [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:55:00-08:00 Vancouver Canada [empty string] YVR CYVR [empty string] Vancouver International Airport -28800000 BC 2010-03-11T19:19:00-08:00 2010-03-12T05:16:30Z ARRIVED
23 Los Angeles United States LAX LAX KLAX UAL8459 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:55:00-08:00 Vancouver Canada [empty string] YVR CYVR [empty string] Vancouver International Airport -28800000 BC 2010-03-11T19:19:00-08:00 2010-03-12T05:16:30Z ARRIVED
24 Los Angeles United States LAX LAX KLAX GEC8250 [empty string] GEC Lufthansa Cargo [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:56:00-08:00 Frankfurt Germany [empty string] FRA EDDF [empty string] Rhein-Main 3600000 Hessen 2010-03-11T19:33:00+01:00 2010-03-12T05:05:45Z ARRIVED
25 Los Angeles United States LAX LAX KLAX SWA94 B737 SWA Southwest Airlines 2010-03-12T06:01:55Z Los Angeles International Airport -28800000 CA 2010-03-11T21:56:00-08:00 Oakland United States OAK OAK KOAK 2010-03-12T04:58:50Z Metropolitan Oakland International Airport -28800000 CA 2010-03-11T20:59:00-08:00 2010-03-12T05:21:31Z ARRIVED
26 Los Angeles United States LAX LAX KLAX VRD796 A320 VRD Virgin America 2010-03-12T05:56:19Z Los Angeles International Airport -28800000 CA 2010-03-11T21:56:00-08:00 Seattle United States SEA SEA KSEA 2010-03-12T03:40:08Z Seattle-Tacoma International Airport -28800000 WA 2010-03-11T19:40:00-08:00 2010-03-12T05:19:39Z ARRIVED
27 Los Angeles United States LAX LAX KLAX UAL60 A320 UAL United Airlines 2010-03-12T06:04:01Z Los Angeles International Airport -28800000 CA 2010-03-11T21:57:00-08:00 Washington United States IAD IAD KIAD 2010-03-12T01:09:05Z Washington Dulles International Airport -18000000 DC 2010-03-11T20:09:00-05:00 2010-03-12T05:09:13Z ARRIVED
28 Los Angeles United States LAX LAX KLAX SWA250 B737 SWA Southwest Airlines 2010-03-12T06:04:01Z Los Angeles International Airport -28800000 CA 2010-03-11T21:58:00-08:00 San José United States SJC SJC KSJC 2010-03-12T05:08:00Z Norman Y. Mineta San José International Airport -28800000 CA 2010-03-11T21:08:00-08:00 2010-03-12T05:25:31Z ARRIVED
29 Los Angeles United States LAX LAX KLAX AAL21 B762 AAL American Airlines 2010-03-12T06:05:55Z Los Angeles International Airport -28800000 CA 2010-03-11T21:59:00-08:00 New York United States JFK JFK KJFK 2010-03-12T00:52:42Z John F Kennedy International Airport -18000000 NY 2010-03-11T19:53:00-05:00 2010-03-12T05:03:50Z ARRIVED
30 Los Angeles United States LAX LAX KLAX SWA320 B735 SWA Southwest Airlines 2010-03-12T06:05:55Z Los Angeles International Airport -28800000 CA 2010-03-11T22:00:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-12T05:05:31Z San Francisco International Airport -28800000 CA 2010-03-11T21:06:00-08:00 2010-03-12T05:26:39Z ARRIVED
31 Los Angeles United States LAX LAX KLAX COA172 B739 COA Continental Airlines 2010-03-12T06:06:55Z Los Angeles International Airport -28800000 CA 2010-03-11T22:01:00-08:00 Honolulu United States HNL HNL PHNL 2010-03-12T00:59:52Z Honolulu International Airport -36000000 HI 2010-03-11T14:59:00-10:00 2010-03-12T05:06:25Z ARRIVED
32 Los Angeles United States LAX LAX KLAX SWA70 B737 SWA Southwest Airlines 2010-03-12T06:11:25Z Los Angeles International Airport -28800000 CA 2010-03-11T22:05:00-08:00 Sacramento United States SMF SMF KSMF 2010-03-12T05:05:32Z Sacramento International Airport -28800000 CA 2010-03-11T21:06:00-08:00 2010-03-12T05:20:33Z ARRIVED
33 Los Angeles United States LAX LAX KLAX AAL607 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:06:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:28:00-06:00 2010-03-12T06:31:03Z ARRIVED
34 Los Angeles United States LAX LAX KLAX ASA1040 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:06:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:28:00-06:00 2010-03-12T06:31:03Z ARRIVED
35 Los Angeles United States LAX LAX KLAX QFA3188 [empty string] QFA Qantas [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:06:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:28:00-06:00 2010-03-12T06:31:03Z ARRIVED
36 Los Angeles United States LAX LAX KLAX CSN1012 B752 CSN China Southern Airlines 2010-03-12T06:06:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:06:00-08:00 New York United States JFK JFK KJFK 2010-03-12T00:50:17Z John F Kennedy International Airport -18000000 NY 2010-03-11T19:49:00-05:00 2010-03-12T05:01:50Z ARRIVED
37 Los Angeles United States LAX LAX KLAX DAL713 B752 DAL Delta Air Lines 2010-03-12T06:06:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:06:00-08:00 New York United States JFK JFK KJFK 2010-03-12T00:50:17Z John F Kennedy International Airport -18000000 NY 2010-03-11T19:49:00-05:00 2010-03-12T05:01:50Z ARRIVED
38 Los Angeles United States LAX LAX KLAX SWA1587 B737 SWA Southwest Airlines 2010-03-12T06:16:55Z Los Angeles International Airport -28800000 CA 2010-03-11T22:11:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-12T05:14:21Z San Francisco International Airport -28800000 CA 2010-03-11T21:14:00-08:00 2010-03-12T05:35:21Z ARRIVED
39 Los Angeles United States LAX LAX KLAX N23BV [empty string] [empty string] [empty string] 2010-03-12T06:10:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:13:00-08:00 Las Vegas United States LAS LAS KLAS [empty string] Mc Carran International Airport -28800000 NV 2010-03-11T21:23:00-08:00 2010-03-12T05:23:55Z ARRIVED
40 Los Angeles United States LAX LAX KLAX N531SW [empty string] [empty string] [empty string] [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:18:00-08:00 Chandler United States CHD [empty string] KCHD [empty string] Chandler Municipal Airport -25200000 AZ 2010-03-11T21:44:00-07:00 2010-03-12T05:40:50Z ARRIVED
41 Los Angeles United States LAX LAX KLAX VRD099 A320 VRD Virgin America 2010-03-12T06:18:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:18:00-08:00 Washington United States IAD IAD KIAD 2010-03-12T01:20:18Z Washington Dulles International Airport -18000000 DC 2010-03-11T20:20:00-05:00 [empty string] ARRIVED
42 Los Angeles United States LAX LAX KLAX VRD99 [empty string] VRD Virgin America [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:18:00-08:00 Washington United States IAD IAD KIAD [empty string] Washington Dulles International Airport -18000000 DC 2010-03-11T20:20:00-05:00 2010-03-12T05:13:32Z In Flight
43 Los Angeles United States LAX LAX KLAX AAL119 B738 AAL American Airlines 2010-03-12T06:19:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:19:00-08:00 Newark United States EWR EWR KEWR 2010-03-12T01:07:37Z Newark Liberty International Airport -18000000 NJ 2010-03-11T20:08:00-05:00 2010-03-12T05:30:25Z ARRIVED
44 Los Angeles United States LAX LAX KLAX ASA1821 B738 ASA Alaska Airlines 2010-03-12T06:19:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:19:00-08:00 Newark United States EWR EWR KEWR 2010-03-12T01:07:37Z Newark Liberty International Airport -18000000 NJ 2010-03-11T20:08:00-05:00 2010-03-12T05:30:25Z ARRIVED
45 Los Angeles United States LAX LAX KLAX SWA648 B737 SWA Southwest Airlines 2010-03-12T06:26:25Z Los Angeles International Airport -28800000 CA 2010-03-11T22:20:00-08:00 Oakland United States OAK OAK KOAK 2010-03-12T05:26:31Z Metropolitan Oakland International Airport -28800000 CA 2010-03-11T21:27:00-08:00 2010-03-12T05:48:13Z ARRIVED
46 Los Angeles United States LAX LAX KLAX ACA5651 [empty string] ACA Air Canada [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:22:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:41:00-06:00 2010-03-12T01:50:22Z ARRIVED
47 Los Angeles United States LAX LAX KLAX ANZ9227 [empty string] ANZ Air New Zealand [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:22:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:41:00-06:00 2010-03-12T01:50:22Z ARRIVED
48 Los Angeles United States LAX LAX KLAX COA6284 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:22:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:41:00-06:00 2010-03-12T01:50:22Z ARRIVED
49 Los Angeles United States LAX LAX KLAX SAS8755 [empty string] SAS Scandinavian Airlines System [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:22:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:41:00-06:00 2010-03-12T01:50:22Z ARRIVED
50 Los Angeles United States LAX LAX KLAX UAL129 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:22:00-08:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-11T20:41:00-06:00 2010-03-12T01:50:22Z ARRIVED
51 Los Angeles United States LAX LAX KLAX AWE115 A319 AWE America West Airlines 2010-03-12T06:27:55Z Los Angeles International Airport -28800000 CA 2010-03-11T22:22:00-08:00 Las Vegas United States LAS LAS KLAS 2010-03-12T05:40:36Z Mc Carran International Airport -28800000 NV 2010-03-11T21:40:00-08:00 2010-03-12T05:40:36Z ARRIVED
52 Los Angeles United States LAX LAX KLAX SKW4449 CRJ9 SKW SkyWest 2010-03-12T06:29:55Z Los Angeles International Airport -28800000 CA 2010-03-11T22:23:00-08:00 Salt Lake City United States SLC SLC KSLC 2010-03-12T05:00:39Z Salt Lake City International Airport -25200000 UT 2010-03-11T22:00:00-07:00 2010-03-12T05:52:58Z ARRIVED
53 Los Angeles United States LAX LAX KLAX LRC604 [empty string] LRC LACSA [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:24:00-08:00 San José Costa Rica [empty string] SJO MROC [empty string] Juan Santamaría International Airport -21600000 [empty string] 2010-03-11T17:32:00-06:00 2010-03-12T05:47:07Z ARRIVED
54 Los Angeles United States LAX LAX KLAX ASA478 B738 ASA Alaska Airlines 2010-03-12T06:29:55Z Los Angeles International Airport -28800000 CA 2010-03-11T22:24:00-08:00 Seattle United States SEA SEA KSEA 2010-03-12T04:11:58Z Seattle-Tacoma International Airport -28800000 WA 2010-03-11T20:11:00-08:00 2010-03-12T05:54:04Z ARRIVED
55 Los Angeles United States LAX LAX KLAX COA1502 B739 COA Continental Airlines 2010-03-12T06:26:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:26:00-08:00 Newark United States EWR EWR KEWR 2010-03-12T01:20:17Z Newark Liberty International Airport -18000000 NJ 2010-03-11T20:20:00-05:00 2010-03-12T05:29:02Z ARRIVED
56 Los Angeles United States LAX LAX KLAX COA6644 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:29:00-08:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO 2010-03-11T21:26:00-07:00 2010-03-11T04:05:31Z SCHEDULED
57 Los Angeles United States LAX LAX KLAX UAL815 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:29:00-08:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO 2010-03-11T21:26:00-07:00 2010-03-11T04:05:31Z SCHEDULED
58 Los Angeles United States LAX LAX KLAX AAY397 MD83 AAY Allegiant Air 2010-03-12T06:29:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:29:00-08:00 Grand Junction United States GJT GJT KGJT 2010-03-12T04:55:40Z Grand Junction Regional Airport -25200000 CO 2010-03-11T21:56:00-07:00 2010-03-12T05:54:49Z ARRIVED
59 Los Angeles United States LAX LAX KLAX AAL266 B752 AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:30:00-08:00 Lihue United States LIH LIH PHLI 2010-03-12T01:28:43Z Lihue Airport -36000000 HI 2010-03-11T15:28:00-10:00 2010-03-12T05:37:25Z ARRIVED
60 Los Angeles United States LAX LAX KLAX SWA308 B737 SWA Southwest Airlines 2010-03-12T06:31:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:31:00-08:00 Las Vegas United States LAS LAS KLAS 2010-03-12T05:44:37Z Mc Carran International Airport -28800000 NV 2010-03-11T21:44:00-08:00 2010-03-12T05:44:37Z ARRIVED
61 Los Angeles United States LAX LAX KLAX COA1095 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:33:00-08:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-11T21:16:00-06:00 2010-03-12T02:18:08Z ARRIVED
62 Los Angeles United States LAX LAX KLAX UAL3651 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:33:00-08:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-11T21:16:00-06:00 2010-03-12T02:18:08Z ARRIVED
63 Los Angeles United States LAX LAX KLAX JBU479 A320 JBU JetBlue Airways [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:34:00-08:00 Boston United States BOS BOS KBOS 2010-03-12T01:01:27Z General Edward Lawrence Logan International Airport -18000000 MA 2010-03-11T20:01:00-05:00 2010-03-12T05:32:08Z ARRIVED
64 Los Angeles United States LAX LAX KLAX SKW1008 CRJ2 SKW SkyWest [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:34:00-08:00 Fresno United States FAT FAT KFAT 2010-03-12T05:50:34Z Fresno Yosemite International Airport -28800000 CA 2010-03-11T21:51:00-08:00 2010-03-12T06:05:21Z ARRIVED
65 Los Angeles United States LAX LAX KLAX UAL807 A319 UAL United Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:38:00-08:00 San Francisco United States SFO SFO KSFO 2010-03-12T05:37:21Z San Francisco International Airport -28800000 CA 2010-03-11T21:37:00-08:00 2010-03-12T05:59:08Z ARRIVED
66 Los Angeles United States LAX LAX KLAX FFT419 A319 FFT Frontier Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:39:00-08:00 Denver United States DEN DEN KDEN 2010-03-12T04:42:35Z Denver International Airport -25200000 CO 2010-03-11T21:43:00-07:00 2010-03-12T05:34:29Z ARRIVED
67 Los Angeles United States LAX LAX KLAX TRS652 [empty string] TRS AirTran Airways [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:44:00-08:00 Milwaukee United States MKE MKE KMKE [empty string] General Mitchell International Airport -21600000 WI 2010-03-11T20:58:00-06:00 2010-03-12T05:53:42Z IN FLIGHT
68 Los Angeles United States LAX LAX KLAX VRD415 [empty string] VRD Virgin America [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:44:00-08:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -18000000 NY 2010-03-11T20:31:00-05:00 2010-03-12T05:40:18Z IN FLIGHT
69 Los Angeles United States LAX LAX KLAX AAL7034 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:54:00-08:00 Portland United States PDX PDX KPDX [empty string] Portland International Airport -28800000 OR 2010-03-11T20:49:00-08:00 2010-03-12T06:16:05Z IN FLIGHT
70 Los Angeles United States LAX LAX KLAX ASA570 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:54:00-08:00 Portland United States PDX PDX KPDX [empty string] Portland International Airport -28800000 OR 2010-03-11T20:49:00-08:00 2010-03-12T06:16:05Z IN FLIGHT
71 Los Angeles United States LAX LAX KLAX TRS90 [empty string] TRS AirTran Airways [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T23:39:00-08:00 Baltimore United States BWI BWI KBWI [empty string] Baltimore/Washington International Thurgood Marshall Airport -18000000 MD 2010-03-11T21:43:00-05:00 2010-03-12T06:33:30Z 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 ASA570 B738 5 B738 139 4000 L-L52J 4000 2 J new 11/98 168.522727589 737-800.168.75.1f.1p.png 737-800 L 34.27 -118.85111 Boeing - Model 737-800 4613 2010-03-12T06:35:15Z 356 L
2 TRS652 B737 5 B737 063 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 234.66405131 737-700.236.25.1f.1p.png 737-700 L 33.975002 -117.9975 Boeing - Model 737-700 11245 2010-03-12T06:35:27Z 288 L
3 TRS90 B737 5 B737 340C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 242.597514283 737-700.247.50.1f.1p.png 737-700 L 36.52 -111.42139 Boeing - Model 737-700 11245 2010-03-12T06:34:39Z 441 L
4 VRD415 A320 5 A320 093 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 257.262505632 A320.258.75.1f.1p.png A320 L 34.016666 -117.75 Airbus Industries - Airbus A320 6234 2010-03-12T06:35:24Z 284 L
ELAPSEDTIME 6624
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;"> Chicago, IL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2364 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:41 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2364.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 601 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:41 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA601.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1217 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:41 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL1217.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6342 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:41 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6342.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 6342 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:41 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL6342.cfm" class="white" > Arrived </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/11 9:42 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;"> 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/11 9:42 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;"> 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/11 9:42 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/11 9:42 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;"> Calgary, AB </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 572 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ACA572.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Calgary, AB </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 8305 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL8305.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/11 9:44 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/11 9:44 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;"> 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/11 9:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL162.cfm" > </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/11 9:44 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/11 9:44 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;"> Wichita, KS </td> <td>Allegiant Air</td> <td align="center" style="font-weight:bold;"> 341 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAY341.cfm" > </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/11 9:48 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;"> Albuquerque, NM </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 718 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA718.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ciudad de México, Distrito Federal </td> <td>Aeroméxico</td> <td align="center" style="font-weight:bold;"> 648 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AMX648.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;"> 397 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL397.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Vancouver, BC </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 558 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ACA558.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Vancouver, BC </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 8459 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL8459.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Frankfurt, Hessen </td> <td>Lufthansa Cargo</td> <td align="center" style="font-weight:bold;"> 8250 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:56 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/GEC8250.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;"> 94 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:56 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA94.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 796 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:56 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD796.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/11 9:57 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;"> San José, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 250 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:58 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA250.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/11 9:59 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;"> San Francisco, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 320 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:00 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA320.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/11 10:01 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;"> 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/11 10:05 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;"> 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/11 10:06 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL607.cfm" class="white" > Arrived </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/11 10:06 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1040.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3188 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:06 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QFA3188.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/11 10:06 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/11 10:06 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;"> 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/11 10:11 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></td> <td align="center" style="font-weight:bold;"> N23BV </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:13 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N23BV.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chandler, AZ </td> <td></td> <td align="center" style="font-weight:bold;"> N531SW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N531SW.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/11 10:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD099.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/11 10:18 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;"> 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/11 10:19 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/11 10:19 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;"> 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/11 10:20 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;"> 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/11 10:22 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/11 10:22 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/11 10:22 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/11 10:22 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/11 10:22 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;"> 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/11 10:22 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/11 10:23 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/11 10:24 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;"> 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/11 10:24 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;"> 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/11 10:26 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;"> 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/11 10:29 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA6644.cfm" > Scheduled </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/11 10:29 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL815.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Grand Junction, CO </td> <td>Allegiant Air</td> <td align="center" style="font-weight:bold;"> 397 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:29 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAY397.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lihue, HI </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 266 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL266.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/11 10:31 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;"> 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/11 10:33 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/11 10:33 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;"> 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/11 10:34 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;"> Fresno, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 1008 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:34 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW1008.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/11 10:38 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;"> 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/11 10:39 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;"> 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/11 10:44 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS652.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/11 10:44 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> <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/11 10:54 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL7034.cfm" class="green" > In Flight </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/11 10:54 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA570.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 90 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 11:39 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS90.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(34.27,-118.85111); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Alaska Airlines Flight 570</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Portland International Ai... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/11 8:49 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/11 10:54 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>356 kts/410 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>13,900 feet</td></tr><tr><th>Aircraft Type:</th><td>B738</td><td align='right'><a href='http://www.helloflight.com/Flight/ASA570.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-800.168.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASA570" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.975002,-117.9975); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> AirTran Airways Flight 652</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> General Mitchell Internat... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/11 8:58 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/11 10:44 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>288 kts/331 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>6,300 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/TRS652.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.236.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "TRS652" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(36.52,-111.42139); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> AirTran Airways Flight 90</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Baltimore/Washington Inte... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/11 9:43 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/11 11:39 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>441 kts/508 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>34,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/TRS90.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "TRS90" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.016666,-117.75); 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/11 8:31 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/11 10:44 PM (-08:00)</td></tr><tr><th>Speed:</th><td colspan='2'>284 kts/327 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>9,300 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.258.75.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-12 01:40:46'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-12T05:40:46Z ASDI_20100312_morning 1 2010-03-12T06:40:46Z 2010-03-12T04:40:46Z
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] AFR674 [empty string] AFR Air France [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-11T06:05:32Z [empty string]
2 Las Vegas United States LAS LAS KLAS BJS444 [empty string] BJS Business Jet Solutions [empty string] Mc Carran International Airport -28800000 NV 2010-03-11T22:00:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:14:00-08:00 2010-03-12T05:36:41Z ARRIVED
3 Seattle United States SEA SEA KSEA SKW6032 CRJ7 SKW SkyWest [empty string] Seattle-Tacoma International Airport -28800000 WA 2010-03-11T23:46:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:41:50Z Los Angeles International Airport -28800000 CA 2010-03-11T21:42:00-08:00 2010-03-12T06:12:43Z IN FLIGHT
4 Portland United States PDX PDX KPDX SKW6071 CRJ7 SKW SkyWest [empty string] Portland International Airport -28800000 OR 2010-03-11T23:34:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:43:27Z Los Angeles International Airport -28800000 CA 2010-03-11T21:43:00-08:00 2010-03-12T06:23:35Z IN FLIGHT
5 Phoenix United States PHX PHX KPHX SKW6453 CRJ7 SKW SkyWest [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-11T23:35:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:45:17Z Los Angeles International Airport -28800000 CA 2010-03-11T21:45:00-08:00 2010-03-12T06:16:19Z ARRIVED
6 Phoenix United States PHX PHX KPHX UAL6453 CRJ7 UAL United Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-11T23:35:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:45:17Z Los Angeles International Airport -28800000 CA 2010-03-11T21:45:00-08:00 2010-03-12T06:16:19Z ARRIVED
7 Las Vegas United States LAS LAS KLAS DAL2470 A320 DAL Delta Air Lines [empty string] Mc Carran International Airport -28800000 NV 2010-03-11T22:39:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:48:22Z Los Angeles International Airport -28800000 CA 2010-03-11T21:48:00-08:00 2010-03-12T05:48:22Z ARRIVED
8 Las Vegas United States LAS LAS KLAS SWA203 B737 SWA Southwest Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-11T22:40:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:54:04Z Los Angeles International Airport -28800000 CA 2010-03-11T21:54:00-08:00 2010-03-12T06:01:37Z ARRIVED
9 Bangkok Thailand [empty string] DMK VTBD THA795 [empty string] THA Thai Airways International [empty string] Don Muang 25200000 [empty string] 2010-03-13T06:37:00+07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:55:00-08:00 2010-03-11T05:30:31Z IN FLIGHT
10 San Francisco United States SFO SFO KSFO SWA746 B737 SWA Southwest Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-11T22:49:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:54:59Z Los Angeles International Airport -28800000 CA 2010-03-11T21:55:00-08:00 2010-03-12T05:54:59Z IN FLIGHT
11 New York United States JFK JFK KJFK VRD418 A320 VRD Virgin America [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T05:51:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:56:04Z Los Angeles International Airport -28800000 CA 2010-03-11T21:56:00-08:00 2010-03-12T06:31:14Z IN FLIGHT
12 San Francisco United States SFO SFO KSFO SWA969 [empty string] SWA Southwest Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-11T22:50:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T21:56:00-08:00 2010-03-12T02:55:29Z Scheduled
13 Oakland United States OAK OAK KOAK FDX1801 DC10 FDX Federal Express [empty string] Metropolitan Oakland International Airport -28800000 CA 2010-03-11T22:53:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T05:58:45Z Los Angeles International Airport -28800000 CA 2010-03-11T21:59:00-08:00 2010-03-12T06:25:16Z IN FLIGHT
14 Bangkok Thailand [empty string] BKK VTBS THA795 A345 THA Thai Airways International [empty string] Suvarnabhumi Bangkok International Airport 25200000 [empty string] 2010-03-12T06:05:00+07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:01:57Z Los Angeles International Airport -28800000 CA 2010-03-11T22:02:00-08:00 [empty string] [empty string]
15 Papeete French Polynesia [empty string] PPT NTAA AFR674 B772 AFR Air France [empty string] Faa'a -36000000 Society Islands 2010-03-12T04:33:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:07:53Z Los Angeles International Airport -28800000 CA 2010-03-11T22:08:00-08:00 [empty string] IN FLIGHT
16 New York United States JFK JFK KJFK CSN1015 B752 CSN China Southern Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T06:07:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:10:34Z Los Angeles International Airport -28800000 CA 2010-03-11T22:11:00-08:00 2010-03-12T06:25:12Z IN FLIGHT
17 New York United States JFK JFK KJFK DAL712 B752 DAL Delta Air Lines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T06:07:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:10:34Z Los Angeles International Airport -28800000 CA 2010-03-11T22:11:00-08:00 2010-03-12T06:25:12Z IN FLIGHT
18 San Francisco United States SFO SFO KSFO AAR284 B744 AAR Asiana Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-11T23:06:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:13:57Z Los Angeles International Airport -28800000 CA 2010-03-11T22:13:00-08:00 2010-03-12T06:31:30Z IN FLIGHT
19 Las Vegas United States LAS LAS KLAS N88WR B737 [empty string] [empty string] [empty string] Mc Carran International Airport -28800000 NV 2010-03-11T23:13:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:18:10Z Los Angeles International Airport -28800000 CA 2010-03-11T22:15:00-08:00 2010-03-12T06:19:15Z IN FLIGHT
20 Reno United States RNO RNO KRNO QXE446 DH8D QXE Horizon Air [empty string] Reno/Tahoe International Airport -25200000 NV 2010-03-12T00:29:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:15:11Z Los Angeles International Airport -28800000 CA 2010-03-11T22:15:00-08:00 2010-03-12T06:24:31Z IN FLIGHT
21 Miami United States MIA MIA KMIA AAL1254 B738 AAL American Airlines [empty string] Miami International Airport -18000000 FL 2010-03-12T05:18:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:15:52Z Los Angeles International Airport -28800000 CA 2010-03-11T22:16:00-08:00 2010-03-12T06:20:16Z IN FLIGHT
22 Miami United States MIA MIA KMIA ASA1174 B738 ASA Alaska Airlines [empty string] Miami International Airport -18000000 FL 2010-03-12T05:18:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:15:52Z Los Angeles International Airport -28800000 CA 2010-03-11T22:16:00-08:00 2010-03-12T06:20:16Z IN FLIGHT
23 Newark United States EWR EWR KEWR COA1803 [empty string] COA Continental Airlines [empty string] Newark Liberty International Airport -18000000 NJ 2010-03-12T06:00:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:18:00-08:00 2010-03-12T05:35:25Z Scheduled
24 Newark United States EWR EWR KEWR UAL3728 [empty string] UAL United Airlines [empty string] Newark Liberty International Airport -18000000 NJ 2010-03-12T06:00:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:18:00-08:00 2010-03-12T05:35:25Z Scheduled
25 Philadelphia United States PHL PHL KPHL UAL457 A319 UAL United Airlines [empty string] Philadelphia International Airport -18000000 PA 2010-03-12T06:17:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:21:43Z Los Angeles International Airport -28800000 CA 2010-03-11T22:22:00-08:00 2010-03-12T06:31:11Z IN FLIGHT
26 Las Vegas United States LAS LAS KLAS UAL864 A320 UAL United Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-11T23:09:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:23:43Z Los Angeles International Airport -28800000 CA 2010-03-11T22:24:00-08:00 2010-03-12T06:23:43Z IN FLIGHT
27 New York United States JFK JFK KJFK AAL10 [empty string] AAL American Airlines [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T06:18:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:25:00-08:00 2010-03-11T06:10:32Z SCHEDULED
28 New York United States JFK JFK KJFK ETD3002 [empty string] ETD Etihad Airways [empty string] John F Kennedy International Airport -18000000 NY 2010-03-12T06:18:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:25:00-08:00 2010-03-11T06:10:32Z SCHEDULED
29 Indianapolis United States IND IND KIND DAL2502 A320 DAL Delta Air Lines [empty string] Indianapolis International Airport -18000000 IN 2010-03-12T05:10:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:26:47Z Los Angeles International Airport -28800000 CA 2010-03-11T22:27:00-08:00 2010-03-12T06:26:47Z IN FLIGHT
30 Bakersfield United States BFL BFL KBFL SKW6171 CRJ7 SKW SkyWest [empty string] Meadows Field Airport -28800000 CA 2010-03-11T22:47:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:28:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:28:00-08:00 2010-03-12T06:28:19Z IN FLIGHT
31 Baltimore United States BWI BWI KBWI UAL788 A320 UAL United Airlines [empty string] Baltimore/Washington International Thurgood Marshall Airport -18000000 MD 2010-03-12T06:13:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:27:57Z Los Angeles International Airport -28800000 CA 2010-03-11T22:28:00-08:00 2010-03-12T06:27:57Z IN FLIGHT
32 Philadelphia United States PHL PHL KPHL AWE1446 A321 AWE America West Airlines [empty string] Philadelphia International Airport -18000000 PA 2010-03-12T06:14:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:29:20Z Los Angeles International Airport -28800000 CA 2010-03-11T22:29:00-08:00 2010-03-12T05:50:31Z IN FLIGHT
33 Palm Springs United States PSP PSP KPSP SKW6311 CRJ2 SKW SkyWest [empty string] Palm Springs International Airport -28800000 CA 2010-03-11T22:56:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:30:33Z Los Angeles International Airport -28800000 CA 2010-03-11T22:31:00-08:00 2010-03-12T06:30:33Z IN FLIGHT
34 San José United States SJC SJC KSJC SKW6521 CRJ7 SKW SkyWest [empty string] Norman Y. Mineta San José International Airport -28800000 CA 2010-03-11T23:17:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:31:43Z Los Angeles International Airport -28800000 CA 2010-03-11T22:32:00-08:00 2010-03-12T06:31:43Z IN FLIGHT
35 Orlando United States MCO MCO KMCO DAL1480 B738 DAL Delta Air Lines [empty string] Orlando International Airport -18000000 FL 2010-03-12T05:36:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:32:43Z Los Angeles International Airport -28800000 CA 2010-03-11T22:33:00-08:00 2010-03-12T06:32:43Z IN FLIGHT
36 Orlando United States MCO MCO KMCO NWA9118 B738 NWA Northwest Airlines [empty string] Orlando International Airport -18000000 FL 2010-03-12T05:36:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:32:43Z Los Angeles International Airport -28800000 CA 2010-03-11T22:33:00-08:00 2010-03-12T06:32:43Z IN FLIGHT
37 Oakland United States OAK OAK KOAK FDX1825 A306 FDX Federal Express [empty string] Metropolitan Oakland International Airport -28800000 CA 2010-03-11T23:30:00-08:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:34:19Z Los Angeles International Airport -28800000 CA 2010-03-11T22:34:00-08:00 2010-03-12T06:34:19Z IN FLIGHT
38 Washington United States IAD IAD KIAD VRD114 A320 VRD Virgin America [empty string] Washington Dulles International Airport -18000000 DC 2010-03-12T06:03:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-12T06:33:34Z Los Angeles International Airport -28800000 CA 2010-03-11T22:34:00-08:00 2010-03-12T06:33:34Z IN FLIGHT
39 Fort Lauderdale United States FLL FLL KFLL DAL1608 [empty string] DAL Delta Air Lines [empty string] Fort Lauderdale/Hollywood International Airport -18000000 FL 2010-03-12T05:44:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:35:00-08:00 2010-03-12T05:45:35Z Scheduled
40 Fresno United States FAT FAT KFAT SKW6511 [empty string] SKW SkyWest [empty string] Fresno Yosemite International Airport -28800000 CA 2010-03-11T23:20:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:38:00-08:00 2010-03-12T06:08:31Z Scheduled
41 Sydney Australia [empty string] SYD YSSY ACA5183 [empty string] ACA Air Canada [empty string] Kingsford Smith 39600000 New South Wales 2010-03-13T08:02:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:38:00-08:00 2010-03-12T04:24:28Z Scheduled
42 Sydney Australia [empty string] SYD YSSY ANZ9839 [empty string] ANZ Air New Zealand [empty string] Kingsford Smith 39600000 New South Wales 2010-03-13T08:02:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:38:00-08:00 2010-03-12T04:24:28Z Scheduled
43 Sydney Australia [empty string] SYD YSSY AWE6707 [empty string] AWE America West Airlines [empty string] Kingsford Smith 39600000 New South Wales 2010-03-13T08:02:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:38:00-08:00 2010-03-12T04:24:28Z Scheduled
44 Sydney Australia [empty string] SYD YSSY UAL839 [empty string] UAL United Airlines [empty string] Kingsford Smith 39600000 New South Wales 2010-03-13T08:02:00+11:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:38:00-08:00 2010-03-12T04:24:28Z Scheduled
45 Inyokern United States IYK IYK KIYK SKW6284 [empty string] SKW SkyWest [empty string] [empty string] -28800000 CA 2010-03-11T23:30:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:39:00-08:00 2010-03-11T06:25:32Z SCHEDULED
46 Fresno United States FAT FAT KFAT SKW6433 [empty string] SKW SkyWest [empty string] Fresno Yosemite International Airport -28800000 CA 2010-03-11T23:23:00-08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:40:00-08:00 2010-03-11T06:30:32Z SCHEDULED
47 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI DAL7870 [empty string] DAL Delta Air Lines [empty string] Incheon International Airport 32400000 [empty string] 2010-03-13T04:17:00+09:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:40:00-08:00 2010-03-12T03:36:54Z Scheduled
48 Seoul Republic of Korea (South Korea) [empty string] ICN RKSI KAL62 [empty string] KAL Korean Air [empty string] Incheon International Airport 32400000 [empty string] 2010-03-13T04:17:00+09:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -28800000 CA 2010-03-11T22:40:00-08:00 2010-03-12T03:36:54Z 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 AAL1254 B738 5 B738 336 4000 L-L52J 4000 2 J new 11/98 96.7790857362 737-800.090.00.1f.1p.png 737-800 L 33.42806 -116.297775 Boeing - Model 737-800 4613 2010-03-12T06:35:03Z 483 L
2 AAR284 B744 5 B744 320C 3000 H-L54J 3000 4 J new 11/98 | chg 02/00 317.58412309 747-400.315.00.1f.1p.png 747-400 L 35.292778 -120.63778 Boeing - Model 747-400 1294 2010-03-12T06:35:35Z 425 H
3 AFR674 B772 5 B772 340C 2500 H-L52J 2500 2 J new 11/98 222.905382252 767-300.225.00.1f.1p.png 767-300 L 31.880278 -121.05056 Boeing - Model 777-200 918 2010-03-12T06:35:15Z 451 H
4 AWE1446 A321 5 A321 100 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 87.0953771773 L-L52J.090.00.1f.1p.png [empty string] L 33.686947 -118.38306 Airbus Industries - Airbus A321 565 2010-03-12T06:34:51Z 221 L
5 DAL1480 B738 5 B738 057 4000 L-L52J 4000 2 J new 11/98 196.353853085 737-800.191.25.1f.1p.png 737-800 L 33.829998 -118.52917 Boeing - Model 737-800 4613 2010-03-12T06:34:51Z 222 L
6 DAL2502 A320 5 A320 167 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 92.9634234824 A320.090.00.1f.1p.png A320 L 33.670555 -117.98555 Airbus Industries - Airbus A320 6234 2010-03-12T06:34:51Z 397 L
7 DAL712 B752 5 B752 370C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 72.8966836122 757-200.078.75.1f.1p.png 757-200 L 33.983612 -115.4775 Boeing - Model 757-200 6528 2010-03-12T06:34:39Z 479 H
8 FDX1801 DC10 5 DC10 153 2400 H-L53J 2000 3 J chg 10/90 319.579539461 H-L53J.315.00.1f.1p.png [empty string] L 37.074165 -121.194725 McDonnell-Douglas - DC-10-10/30/40 607 2010-03-12T06:35:23Z 359 H
9 FDX1825 A306 5 A306 038 3500 H-L52J 3500 2 J new 11/98 | chg 12/99 | chg 02/00 264.724635037 A300B4-600.270.00.1f.1p.png A300B4-600 L 33.92889 -118.48944 Airbus Industries - A300B4-600 916 2010-03-12T06:35:27Z 190 H
10 N88WR B737 5 B737 290C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 48.783325565 737-700.045.00.1f.1p.png 737-700 L 34.73 -116.89722 Boeing - Model 737-700 11245 2010-03-12T06:35:15Z 478 L
11 QXE446 DH8D 4 DH8D 197 2500 L-L42T 2500 2 T new 11/98 351.777941622 DASH8-400.000.00.1f.1p.png DASH8-400 L 35.54139 -118.91389 DeHavilland - DASH 8/DHC8-400 1862 2010-03-12T06:35:39Z 334 L
12 SKW6032 CRJ7 5 CRJ7 360C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 354.368691016 CRJ-700.000.00.1f.1p.png CRJ-700 L 39.2125 -121.64333 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T06:35:35Z 482 L
13 SKW6071 CRJ7 5 CRJ7 360C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 352.479716472 CRJ-700.000.00.1f.1p.png CRJ-700 L 38.52611 -121.714165 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T06:35:23Z 471 L
14 SKW6171 CRJ7 5 CRJ7 205 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 323.809829543 CRJ-700.326.25.1f.1p.png CRJ-700 L 34.029167 -118.88583 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T06:34:39Z 280 L
15 SKW6311 CRJ2 5 CRJ2 147 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 129.683629684 crj-200.123.75.1f.1p.png crj-200 L 33.666668 -118.46222 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-12T06:35:39Z 268 L
16 SKW6521 CRJ7 5 CRJ7 103 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 260.129158395 CRJ-700.270.00.1f.1p.png CRJ-700 L 33.895557 -118.69889 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-12T06:34:51Z 281 L
17 SWA746 B737 5 B737 165 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 345.369728825 737-700.348.75.1f.1p.png 737-700 L 36.873886 -122.00166 Boeing - Model 737-700 11245 2010-03-12T06:35:35Z 355 L
18 THA795 A345 5 A345 320C 3500 H-L54J 3500 4 J new 11/00 | add 01/01 331.560330661 H-L54J.337.50.1f.1p.png [empty string] L 36.396946 -121.61083 Airbus Industries - Airbus A340-500 24 2010-03-12T06:35:23Z 469 H
19 UAL457 A319 5 A319 254 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 46.6047020445 A319.045.00.1f.1p.png A319 L 34.309444 -117.501945 Airbus Industries - Airbus A319 5463 2010-03-12T06:34:51Z 447 L
20 UAL788 A320 5 A320 154 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 88.7161995368 A320.090.00.1f.1p.png A320 L 33.646667 -118.17472 Airbus Industries - Airbus A320 6234 2010-03-12T06:34:51Z 338 L
21 UAL864 A320 5 A320 260 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 43.9000383787 A320.045.00.1f.1p.png A320 L 34.108055 -117.75445 Airbus Industries - Airbus A320 6234 2010-03-12T06:34:51Z 422 L
22 VRD114 A320 5 A320 030 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 257.982007138 A320.258.75.1f.1p.png A320 L 33.93028 -118.52473 Airbus Industries - Airbus A320 6234 2010-03-12T06:34:51Z 191 L
23 VRD418 A320 5 A320 350C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 68.142539523 A320.067.50.1f.1p.png A320 L 36.13528 -114.26723 Airbus Industries - Airbus A320 6234 2010-03-12T06:35:15Z 457 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 France</td> <td align="center" style="font-weight:bold;"> 674 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AFR674.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Business Jet Solutions</td> <td align="center" style="font-weight:bold;"> 444 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:14 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BJS444.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6032 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:42 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6032.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6071 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:43 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6071.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6453 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:45 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6453.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 6453 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:45 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL6453.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2470 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:48 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2470.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;"> 203 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:54 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA203.cfm" class="white" > Arrived </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/11 9:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/THA795.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;"> 746 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA746.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;"> 418 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:56 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;"> San Francisco, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 969 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 9:56 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA969.cfm" > Scheduled </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/11 9:59 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;"> 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/11 10:02 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/THA795.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Papeete, Society Islands </td> <td>Air France</td> <td align="center" style="font-weight:bold;"> 674 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:08 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AFR674.cfm" class="green" > In Flight </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/11 10:11 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/11 10:11 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;"> San Francisco, CA </td> <td>Asiana Airlines</td> <td align="center" style="font-weight:bold;"> 284 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:13 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAR284.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td></td> <td align="center" style="font-weight:bold;"> N88WR </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:15 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N88WR.cfm" class="green" > In Flight </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/11 10:15 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;"> Miami, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1254 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:16 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1254.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1174 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:16 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1174.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/11 10:18 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/11 10:18 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL3728.cfm" > Scheduled </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/11 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/11 10:24 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;"> 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/11 10:25 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL10.cfm" > Scheduled </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/11 10:25 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ETD3002.cfm" > Scheduled </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/11 10:27 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;"> 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/11 10:28 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/11 10:28 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;"> 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/11 10:29 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1446.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/11 10:31 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;"> 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/11 10:32 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;"> 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/11 10:33 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/11 10:33 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/11 10:34 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;"> 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/11 10:34 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;"> 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/11 10:35 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL1608.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fresno, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6511 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:38 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6511.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/11 10:38 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/11 10:38 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/11 10:38 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/11 10:38 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL839.cfm" > Scheduled </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/11 10:39 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6284.cfm" > Scheduled </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/11 10:40 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW6433.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 7870 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:40 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL7870.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seoul, Republic of Korea (South Korea) </td> <td>Korean Air</td> <td align="center" style="font-weight:bold;"> 62 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3/11 10:40 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/KAL62.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-12 01:40:46'}
STATUS TERMINATED