amtrak 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +2 -0
  3. data/.rubocop.yml +6 -0
  4. data/.travis.yml +5 -0
  5. data/Gemfile +3 -0
  6. data/README.markdown +3 -0
  7. data/Rakefile +23 -0
  8. data/amtrak.gemspec +29 -0
  9. data/lib/amtrak.rb +14 -0
  10. data/lib/amtrak/train_fetcher.rb +39 -0
  11. data/lib/amtrak/train_fetcher/main_page.rb +70 -0
  12. data/lib/amtrak/train_fetcher/train_page.rb +41 -0
  13. data/lib/amtrak/train_parser.rb +90 -0
  14. data/lib/amtrak/version.rb +6 -0
  15. data/spec/amtrak/train_fetcher/main_page_spec.rb +75 -0
  16. data/spec/amtrak/train_fetcher/train_page_spec.rb +37 -0
  17. data/spec/amtrak/train_fetcher_spec.rb +59 -0
  18. data/spec/amtrak/train_parser_spec.rb +230 -0
  19. data/spec/amtrak_spec.rb +243 -0
  20. data/spec/fixtures/html/pvd_to_bby.html +2401 -0
  21. data/spec/fixtures/vcr/Amtrak/_get/returns_a_list_of_train_times.yml +1469 -0
  22. data/spec/fixtures/vcr/Amtrak_TrainFetcher/_get/does_the_same_as_get.yml +1467 -0
  23. data/spec/fixtures/vcr/Amtrak_TrainFetcher/_get/given_a_valid_date_and_invalid_train_stations/does_not_include_various_classes_and_includes_an_error.yml +843 -0
  24. data/spec/fixtures/vcr/Amtrak_TrainFetcher/_get/given_a_valid_date_and_train_stations/includes_various_classes.yml +1467 -0
  25. data/spec/fixtures/vcr/Amtrak_TrainFetcher/_get/given_an_invalid_date_and_valid_train_stations/does_not_include_various_classes_and_includes_an_error.yml +838 -0
  26. data/spec/fixtures/vcr/Amtrak_TrainFetcher_MainPage/_session_id/pulls_the_session_id_from_the_cookies.yml +1082 -0
  27. data/spec/fixtures/vcr/Amtrak_TrainFetcher_MainPage/_total_pages/when_more_than_one_page_exists_on_the_website/returns_1.yml +1076 -0
  28. data/spec/fixtures/vcr/Amtrak_TrainFetcher_MainPage/_total_pages/when_more_than_one_page_exists_on_the_website/returns_2.yml +1074 -0
  29. data/spec/fixtures/vcr/Amtrak_TrainFetcher_MainPage/_total_pages/when_only_one_page_exists_on_the_website/returns_1.yml +1082 -0
  30. data/spec/fixtures/vcr/Amtrak_TrainFetcher_TrainPage/_get/when_it_works/includes_various_classes.yml +247 -0
  31. data/spec/spec_helper.rb +18 -0
  32. data/spec/support/vcr.rb +10 -0
  33. metadata +206 -0
@@ -0,0 +1,2401 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+
4
+
5
+ <!--
6
+ "Amtrak Release 6.21.03a"
7
+ -->
8
+ <html xmlns="http://www.w3.org/1999/xhtml">
9
+
10
+
11
+ <meta content="IE=EmulateIE7" http-equiv="X-UA-Compatible" />
12
+
13
+
14
+
15
+
16
+ <head ><title>Amtrak - Train Status - Details</title>
17
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
18
+ <meta name="robots" content="noindex,nofollow" />
19
+ <meta http-equiv="imagetoolbar" content="no" />
20
+ <style type="text/css">
21
+ <!--
22
+ @import url(/css/amtrak.css);
23
+ -->
24
+ </style>
25
+
26
+ <!-- IE8 renders as IE7 to spare ourselves another column in the compatability matrix -->
27
+ <style type="text/css">
28
+ <!--
29
+ @import url(/css/base.css);
30
+ @import url(/css/base_screen.css);
31
+ @import url(/css/basic_booking.css);
32
+ @import url(/css/special_booking.css);
33
+ @import url(/css/basic_booking_screen.css);
34
+ @import url(/css/ib_misc.css);
35
+ @import url(/css/popup.css);
36
+ @import url(/css/profile.css);
37
+ @import url(/css/amtrak_autocomplete.css);
38
+ -->
39
+ </style>
40
+ <!-- Diginet script(when USE_ESI=true) introduces 'c_root' form and this is causing orange bar to display on all pages.
41
+ Following lines are added to get rid of the orange bar.-->
42
+ <style type="text/css">
43
+ form#c_root {
44
+ display: none;
45
+ }
46
+ </style>
47
+ <link href="/css/basic_booking_print.css" rel="stylesheet" type="text/css" media="print" />
48
+ <link href="/css/base_print.css" rel="stylesheet" type="text/css" media="print" />
49
+ <script type="text/javascript">
50
+ var _gaq = _gaq || [];
51
+ _gaq.push(['_setAccount', 'UA-23218774-1']);
52
+ _gaq.push(['_setDomainName', '.amtrak.com']);
53
+ _gaq.push(['_trackPageview']);
54
+ (function() {
55
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
56
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
57
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
58
+ })();
59
+ </script>
60
+ </head>
61
+
62
+
63
+ <body class="site">
64
+
65
+ <link href="/css/header.css" rel="stylesheet" type="text/css" />
66
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/prototype.js"></script>
67
+ <div id="top_nav_wrapper">
68
+ <div id="top_nav_left_cover">&nbsp;</div>
69
+ <div id="top_navigation_body"></div>
70
+ </div>
71
+ <script language="JavaScript" type="text/javascript">
72
+ <!--
73
+ var url = "/" + "itd/amtrak" + "/DisplayCmsContent";
74
+ var functionName = 'topNavigation';
75
+
76
+ new Ajax.Request(url,
77
+ { method: 'post',
78
+ parameters: {'functionName': functionName},
79
+ onSuccess: function (transport) {
80
+ if(transport.responseText!='') {
81
+ $('top_navigation_body').update(transport.responseText);
82
+ } else {
83
+ $('top_nav_wrapper').hide();
84
+ }
85
+ },
86
+ onFailure: function (transport) {
87
+ $('top_nav_wrapper').hide();
88
+ }
89
+ }
90
+ );
91
+ //-->
92
+ </script>
93
+
94
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/prototype.js"></script>
95
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/scriptaculous.js"></script>
96
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/effects.js"></script>
97
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/controls.js"></script>
98
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/formutils.js"></script>
99
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/popups.js"></script>
100
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/profile_rewrite.js"></script>
101
+ <script type="text/javascript" src="/itd/project/scripts/en/external/yui/2.7.0/yahoo-dom-event.js"></script>
102
+ <script type="text/javascript" src="/itd/project/scripts/en/external/yui/2.7.0/calendar-min.js"></script>
103
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/yuicalendar.js"></script>
104
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/calendar_farefinder.js"></script>
105
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/farefinderrequest.js"></script>
106
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/header.js"></script>
107
+ <script type="text/javascript" src="/itd/project/scripts/en/motionpoint/motionpoint.js"></script>
108
+ <script type="text/javascript">
109
+ <!--
110
+ var pageName='amtrak/rail/trainstatus/trainstatusresponse.jsp';
111
+ /* if the subPageName has been defined use it to prefix the page name */
112
+ if (typeof subPageName != 'undefined'){
113
+ var path=pageName.substr(0,pageName.lastIndexOf("/")+1);
114
+ var page=pageName.substr(pageName.lastIndexOf("/")+1);
115
+ pageName=path+subPageName+page;
116
+ }
117
+ //-->
118
+ </script>
119
+ <script type="text/javascript" src="/itd/project/scripts/en/amtrak/jquery-1.4.2.min.js"></script>
120
+ <script type="text/javascript">
121
+ jQuery.noConflict();
122
+ </script>
123
+
124
+ <div id="outer_wrapper_confirmation">
125
+ <div id="top_level_wrapper_confirmation">
126
+ <div id="lower_wrapper_confirmation">
127
+ <div style="position: relative;"><div id="shoulder">&nbsp;</div></div>
128
+ <div id="top_bar">&nbsp;</div>
129
+
130
+ <div id="left_column_wrapper_confirmation">
131
+
132
+
133
+ <style type="text/css">
134
+ <!--
135
+ @import url(/css/base.css);
136
+ -->
137
+ </style>
138
+ <script language="JavaScript" type="text/javascript" src="/itd/project/scripts/en/amtrak/base.js"></script>
139
+ <script language="JavaScript" type="text/javascript" src="/itd/project/scripts/en/amtrak/basic_booking_left.js"></script>
140
+ <link rel="stylesheet" type="text/css" href="/css/external/yui/2.7.0/calendar.css?nocache=v3_50_000" media="screen" />
141
+ <link rel="stylesheet" type="text/css" href="/css/external/yui/2.7.0/container.css?nocache=v3_50_000" media="screen" />
142
+ <link rel="stylesheet" type="text/css" href="/css/amtrak-calendar.css" media="screen" />
143
+
144
+
145
+ <div id="persistent_info_wrapper">
146
+
147
+
148
+
149
+ <ul id="pi_actions_list">
150
+ <li><a href="javascript:LoginPopout.show()">Login</a></li>
151
+ <li><a href="https://tickets.amtrak.com/itd/amtrak/Register">Register</a></li>
152
+ </ul>
153
+
154
+
155
+
156
+ <script type="text/javascript">
157
+ document.observe('dom:loaded', function() {
158
+ $("login_popout").hide();
159
+ });
160
+ </script>
161
+ <div class="popout" id="login_popout" style="display: block">
162
+
163
+
164
+
165
+ <style type="text/css">
166
+ #loading {
167
+ position: fixed;
168
+ top: 30%;
169
+ left: 25%;
170
+ background:url(/images/en/superpnr/image_loader_blue.gif) no-repeat center #fff;
171
+ padding:7px;
172
+ }
173
+ #overlay {
174
+ background-color:#EEE;
175
+ }
176
+ .link_item {
177
+ float:left;
178
+ width:65%;
179
+ }
180
+ </style>
181
+ <style type="text/css">
182
+ .submit_image {
183
+ float:right;
184
+ vertical-align:top;
185
+ background-color: transparent;
186
+ border: none;
187
+ font-size:1px;
188
+ width: 70px;
189
+ height: 24px;
190
+ background-image: url(/images/en/btn_login.gif);
191
+ background-repeat: no-repeat;
192
+ }
193
+ </style>
194
+ <script>
195
+ function enterKeyPress(event) {
196
+ if (Event.KEY_RETURN == event.keyCode) {
197
+ // do something usefull
198
+ LoginPopout.doLogon();
199
+ return false;
200
+ }
201
+ return true;
202
+ }
203
+ </script>
204
+
205
+
206
+ <div id="loading"></div>
207
+ <script>
208
+ $('loading').hide();
209
+ </script>
210
+ <div id="overlay" style="background-color: white;">
211
+ <div class="popout_inner" id="login_popout_inner">
212
+ <a href="javascript:LoginPopout.hide()" class="close_btn button"><img alt="X" src="/images/en/btn_closeXorange.gif" /></a>
213
+ <div id="login_form_header"><h3 style="margin-top:0px;">Log In to Amtrak.com</h3></div>
214
+
215
+ <div class="form_holder" id="login_form_holder">
216
+ <form class="std_form clearfix" onsubmit="doRegularLogon(); return true;" id="login_ajax_form" action="https://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
217
+ <div class="form_line">
218
+ <div class="form_label"><label for="login_email_address">E-Mail Address</label></div>
219
+ <div class="form_item"><input type="hidden" name="xwdf_username" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/userName" /><input class="text" autocomplete="off" type="text" id="login_email_address" maxlength="64" name="wdf_username" /></div>
220
+ </div>
221
+ <div class="form_line">
222
+ <div class="form_label"><label for="login_password">Password</label></div>
223
+ <div class="form_item"><input type="hidden" name="xwdf_password" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/password" /><input class="text password" type="password" id="login_password" maxlength="20" name="wdf_password" /></div>
224
+ </div>
225
+ <div class="form_line" id="login_go">
226
+ <div class="link_item submit_item">
227
+ <a class="forgot_pass" title="Click here to request your Password" href="javascript:fieldName='wdf_RequestUserID'; openRequestUserID();">Forgot password?</a>
228
+ </div>
229
+
230
+ <input class="submit_image" type="submit" name="_handler=amtrak.presentation.handler.request.profile.AmtrakProfileLogonRequestHandler/_xpath=/sessionWorkflow/userWorkflow/profileAccountRequirements" value="" />
231
+ </div>
232
+ </form>
233
+ </div>
234
+ </div>
235
+ <hr/>
236
+ <div class="popout_inner">
237
+ <div><img src="/images/en/linkaccounts_Popup.gif" /></div>
238
+
239
+ <h4 style="color:#1375B3">Link your Amtrak.com and Amtrak Guest Rewards accounts</h4>
240
+ <p> Make your booking experience even easier by linking your accounts - you&#39;ll be able to navigate between both sites without having to log in twice.</p>
241
+ </div>
242
+ </div>
243
+
244
+
245
+
246
+
247
+ </div>
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+ <script type="text/javascript">
262
+ areCookiesEnabled();
263
+ function createCookie(name, value, days) {
264
+ var expires;
265
+ if (days) {
266
+ var date = new Date();
267
+ date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
268
+ expires = "; expires=" + date.toGMTString();
269
+ }
270
+ else expires = "";
271
+ document.cookie = name + "=" + value + expires + "; path=/";
272
+ }
273
+ function readCookie(name) {
274
+ var nameEQ = name + "=";
275
+ var ca = document.cookie.split(';');
276
+ for (var i = 0; i < ca.length; i++) {
277
+ var c = ca[i];
278
+ while (c.charAt(0) == ' ') c = c.substring(1, c.length);
279
+ if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
280
+ }
281
+ return null;
282
+ }
283
+ function eraseCookie(name) {
284
+ createCookie(name, "", -1);
285
+ }
286
+ function areCookiesEnabled() {
287
+ createCookie("test", "Hello", 1);
288
+ if (readCookie("test") == null) {
289
+ // No stored cookie, therefore client cannot (or will not) accept
290
+ // cookies - display error msg
291
+ var output = '<tr class="errorrow">'
292
+ + '<td class="error">'
293
+ + '<table cellspacing="0" cellpadding="0" border="0" class="errorimagetable">'
294
+ + '<tr class="errorimagerow">'
295
+ + '<td class="errorimagecell">'
296
+ + '<img class="errorimage" src="/images/en/warn.gif" />'
297
+ + '</td>'
298
+ + '<td class="errortextcell" >'
299
+ + '<span class="error">'
300
+ + 'Cookies Must Be Enabled: To use advanced features of Amtrak.com, your browser must be capable of accepting session cookies. Please <a href="javascript:var child=window.open(\'http://www.amtrak.com/servlet/ContentServer?pagename=am/AM_Snippet_C/IBLegacy&help=cookies\',\'help\',\'directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1\');child.focus();">click here</a> to learn more about how to accept cookies.'
301
+ + '</span></td></tr>'
302
+ + '</table>'
303
+ + '</td></tr>'
304
+ + '<tr><td>&nbsp;</td></tr>';
305
+ document.write(output);
306
+ }
307
+ eraseCookie("test");
308
+ }
309
+ </script>
310
+
311
+
312
+
313
+
314
+
315
+
316
+ <!--[if IE]>
317
+ <script type="text/javascript">
318
+ function isCalendarEvent(e) {
319
+ var element = Event.element(e);
320
+ var names = element.classNames();
321
+ if (names.include('selector')) {
322
+ return true;
323
+ }
324
+ if (names.include('calnavright')) {
325
+ return true;
326
+ }
327
+ if (names.include('calnavleft')) {
328
+ return true;
329
+ }
330
+ if (names.include('link-close')) {
331
+ return true;
332
+ }
333
+ return false;
334
+ }
335
+ function addFormSubmitEvent(form) {
336
+ form.onkeydown = function(e) {
337
+ e = e || window.event;
338
+ if (e.keyCode == 13) {
339
+ // If this is a Calendar return key entry then do not
340
+ // call form.submit()
341
+ if (isCalendarEvent(e)) {
342
+ return;
343
+ }
344
+ if (form.name == 'ff_status_form') {
345
+ if(CheckMandatoryTrainStatusFields(form)) {
346
+ form.submit();
347
+ return true;
348
+ }
349
+ return false;
350
+ }
351
+ if (form.name == 'mytrip_acct') {
352
+ if (CheckMandatoryLoginFields(form)) {
353
+ form.submit();
354
+ return false;
355
+ }
356
+ return true;
357
+ }
358
+ if (form.name == 'mytrip_res') {
359
+ if (CheckMandatoryMyTripFields(form)) {
360
+ form.submit();
361
+ return false;
362
+ }
363
+ return true;
364
+ }
365
+ if (form.name == 'ff_schedules_form') {
366
+ if (CheckMandatoryScheduleFields(form)) {
367
+ form.submit();
368
+ return false;
369
+ }
370
+ return true;
371
+ }
372
+ }
373
+ };
374
+ }
375
+ document.observe('dom:loaded', function() {
376
+ var forms = document.getElementsByTagName('form');
377
+ for (var i=0;i < forms.length;i++) {
378
+ if (forms[i].name == 'mytrip_res' || forms[i].name == 'mytrip_acct' || forms[i].name == 'ff_schedules_form' || forms[i].name == 'ff_status_form') {
379
+ addFormSubmitEvent(forms[i]);
380
+ }
381
+ }
382
+ });
383
+ </script>
384
+ <![endif]-->
385
+ <!-- Begin HTML for Fare Finder -->
386
+ <div id="farefinder">
387
+ <div id="ff_tabbar">
388
+ <div class="active" id="ff_tabbar_tickets">Tickets<span onclick="compare_dates('wdfdate1');show_ff_tab('tickets');showHideRedeemTabBarSection('ff_sub_tabbar', true);"></span></div>
389
+ <div id="ff_tabbar_status">Status<span onclick="set_status_date('wdfdate10');show_ff_tab('status');"></span></div>
390
+ <div id="ff_tabbar_schedules">Schedules<span onclick="compare_dates('wdfdate5');show_ff_tab('schedules');"></span></div>
391
+ <div id="ff_tabbar_mytrip">My Trip<span onclick="show_ff_tab('mytrip');"></span></div>
392
+ </div>
393
+
394
+
395
+
396
+
397
+ <div id="ff_sub_tabbar" class="show_section">
398
+ <div class="active" id="ff_sub_tabbar_bookatrip">Book<span onclick="show_ff_sub_tab('bookatrip');"></span></div>
399
+ <div id="ff_sub_tabbar_redeem">Redeem<span onclick="show_ff_sub_tab('redeem');"></span></div>
400
+ <div id="ff_sub_tabbar_traveloptions">Travel Options<span onclick="show_ff_sub_tab('traveloptions');"></span></div>
401
+ </div>
402
+
403
+
404
+
405
+
406
+
407
+
408
+
409
+
410
+
411
+ <div id="farefinder_tabbody_tickets" class="farefinder_tabbody ff_active">
412
+ <div id="ada_link" class="subdiv" >
413
+ <label for="ff_ada_link" ><a href="javascript:show_adainfo(this)" onclick="javascript:show_adainfo(this)" >Passengers with a Disability</a></label>
414
+ <div id="ada_linktext" class="ada_linktext">
415
+ <a class="button ada_infoclose" href="javascript:close_adainfo();"><img src="/images/en/btn_closeWindow.png" alt="Close" /></a>
416
+ <p>To make a reservation for a passenger with a disability, select Passenger with Disability (PWD) from the passenger type selection menu below.</p>
417
+ </div>
418
+ <span id="ada_linktext_before" ></span>
419
+ <span id="ada_linktext_after" ></span>
420
+ </div>
421
+ <form name="form" action="http://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailFareFinderPageHandler" />
422
+ <input type="hidden" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/@bookpath" value="farefamilies" />
423
+ <input type="hidden" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/allJourneyRequirements/@ff_tab_selected" value="bookatrip" />
424
+ <h2>Tickets</h2>
425
+
426
+ <div id="ff_tickets_tt_cities_subdiv" class="subdiv level6">
427
+ <div id="tickets_trip_type"><p>
428
+ <input type="hidden" name="xwdf_TripType" value="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/tripType" /><input type="radio" id="oneway" name="wdf_TripType" value="OneWay" onclick="javascript:blankReturnDate(false)" />&nbsp;<label for="oneway">One-Way</label>
429
+ <input type="hidden" name="xwdf_TripType" value="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/tripType" /><input type="radio" id="return" name="wdf_TripType" value="Return" onclick="javascript:setReturnDate(false)" />&nbsp;<label for="return">Round-Trip</label>
430
+ <a href="/itd/amtrak/ComplexRail">Multi-City</a> &gt;</p>
431
+ </div>
432
+ <div id="tickets_dep_city" class="ff_city_wrapper">
433
+ <label for="departs">From</label>
434
+ <input type="hidden" name="xwdf_origin" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/departLocation/search" /><input type="text" autocomplete="off" id="departs" maxlength="150" name="wdf_origin" value="Providence, RI (PVD)" />
435
+ <p><span class="find_a_station"><a title="Click for a list of stations." href="javascript:fieldName='departs'; openStationList();">Find a Station</a></span></p>
436
+ </div>
437
+ <div id="tickets_arr_city" class="ff_city_wrapper level3">
438
+ <label for="arrives">To</label>
439
+ <input type="hidden" name="xwdf_destination" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/arriveLocation/search" /><input type="text" autocomplete="off" id="arrives" maxlength="150" name="wdf_destination" value="Boston - Back Bay, MA (BBY)" />
440
+ <p><span class="find_a_station"><a title="Click for a list of stations." href="javascript:fieldName='arrives'; openStationList();">Find a Station</a></span></p>
441
+ </div>
442
+ <div id="autocomplete_availability_from" class="autocomplete level5" style="display:none"></div>
443
+ <div id="autocomplete_availability_to" class="autocomplete level5" style="display:none"></div>
444
+ </div>
445
+ <div id="ff_tickets_dep_ret_date_subdiv" class="subdiv level3" style="position:static;">
446
+ <div id="tickets_dep_date_time" class="level5">
447
+ <div class="ff_date_wrapper">
448
+ <label for="tickets_dep_date">Departs</label>
449
+
450
+
451
+ <input class="wdfDate" type="text" size="22" id="wdfdate1" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" value="Wed, Nov 19, 2014" readonly="readonly" /></div><div class="ff_time_wrapper"><label for="wdftime1"><b>Time</b></label><select onfocus="updateTimeState()" onchange="timeChanged(1);updateDayDropDownListTrainStatusWithOffsets()" id="wdftime1" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departTime.hourmin"><option value="">Anytime</option><option value="07:00">Morning</option><option value="14:00">Afternoon</option><option value="19:00">Evening</option><option value="23:59">Midnight</option><option value="01:00">1 AM</option><option value="02:00">2 AM</option><option value="03:00">3 AM</option><option value="04:00">4 AM</option><option value="05:00">5 AM</option><option value="06:00">6 AM</option><option value="07:00">7 AM</option><option value="08:00">8 AM</option><option value="09:00">9 AM</option><option value="10:00">10 AM</option><option value="11:00">11 AM</option><option value="12:00">Noon</option><option value="13:00">1 PM</option><option value="14:00">2 PM</option><option value="15:00">3 PM</option><option value="16:00">4 PM</option><option value="17:00">5 PM</option><option value="18:00">6 PM</option><option value="19:00">7 PM</option><option value="20:00">8 PM</option><option value="21:00">9 PM</option><option value="22:00">10 PM</option><option value="23:00">11 PM</option></select>
452
+
453
+ </div>
454
+ </div>
455
+
456
+
457
+ <div id="tickets_ret_date_time" class="hide_section level4">
458
+ <div class="ff_date_wrapper">
459
+
460
+ <label for="tickets_ret_date">Returns</label>
461
+
462
+
463
+ <input class="wdfDate" type="text" size="22" id="wdfdate2" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[2]/departDate.date" readonly="readonly" /></div><div class="ff_time_wrapper"><label for="wdftime2"><b>Time</b></label><select onfocus="updateTimeState()" onchange="timeChanged(2);updateDayDropDownListTrainStatusWithOffsets()" id="wdftime2" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[2]/departTime.hourmin"><option value="">Anytime</option><option value="07:00">Morning</option><option value="14:00">Afternoon</option><option value="19:00">Evening</option><option value="23:59">Midnight</option><option value="01:00">1 AM</option><option value="02:00">2 AM</option><option value="03:00">3 AM</option><option value="04:00">4 AM</option><option value="05:00">5 AM</option><option value="06:00">6 AM</option><option value="07:00">7 AM</option><option value="08:00">8 AM</option><option value="09:00">9 AM</option><option value="10:00">10 AM</option><option value="11:00">11 AM</option><option value="12:00">Noon</option><option value="13:00">1 PM</option><option value="14:00">2 PM</option><option value="15:00">3 PM</option><option value="16:00">4 PM</option><option value="17:00">5 PM</option><option value="18:00">6 PM</option><option value="19:00">7 PM</option><option value="20:00">8 PM</option><option value="21:00">9 PM</option><option value="22:00">10 PM</option><option value="23:00">11 PM</option></select>
464
+
465
+ </div>
466
+ </div>
467
+
468
+ </div>
469
+ <div id="ff_tickets_passengers_subdiv" class="subdiv level1">
470
+ <div id="tickets_passengers">
471
+
472
+
473
+
474
+ <div id="ff_adults_wrapper">
475
+ <label style="line-height:1.1;" for="ff_adults"><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&pass=Adult','pass','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Adults</a><br /> (13-61)</label>
476
+ <select onchange="javascript:discounttype('adult')" id="oth_adults" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/allJourneyRequirements/numberOfTravellers[@key='Adult']"><option value="0">0</option><option value="1" selected="selected">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option></select>
477
+ </div>
478
+ <div id="ff_seniors_wrapper">
479
+ <label style="line-height:1.1;" for="ff_seniors"><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&pass=Senior','pass','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Seniors</a><br /> (62+)</label>
480
+ <select onchange="javascript:discounttype('senior')" id="oth_seniors" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/allJourneyRequirements/numberOfTravellers[@key='Senior']"><option value="0" selected="selected">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option></select>
481
+ </div>
482
+
483
+
484
+
485
+ <div id="ff_kids_wrapper">
486
+ <label style="line-height:1.1;" for="ff_kids"><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&pass=Child','pass','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Children</a><br /> (2-12)</label>
487
+ <select onchange="showChildPopup(this.options[this.selectedIndex].value, document.getElementById('oth_infants').options[document.getElementById('oth_infants').selectedIndex].value, 'oth_child_popup'),discounttype('child')" id="oth_children" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/allJourneyRequirements/numberOfTravellers[@key='Child']"><option value="0" selected="selected">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option></select>
488
+ </div>
489
+ <div id="ff_infants_wrapper">
490
+ <label style="line-height:1.1;" for="ff_infants"><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&pass=Infant','pass','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Infants</a><br /> (under 2)</label>
491
+ <select onchange="showChildPopup(this.options[this.selectedIndex].value, document.getElementById('oth_children').options[document.getElementById('oth_children').selectedIndex].value, 'oth_child_popup'),discounttype('infant')" id="oth_infants" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/allJourneyRequirements/numberOfTravellers[@key='Infant']"><option value="0" selected="selected">0</option><option value="1">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option></select>
492
+ </div>
493
+ </div>
494
+ <br>
495
+
496
+
497
+
498
+ <div id="oth_child_popup" class="info_childpopup_ff hide_section">Children and infants must travel with an adult who is at least 18 years or older.</div>
499
+
500
+
501
+
502
+ <div class="subdiv unaccompaniedminor_link"><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&ibsref=unaccompaniedMinor_FareFinder','ibsref','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Children 13-15 traveling alone</a></div>
503
+ <style>
504
+ .info_childpopup_ff {
505
+ margin-bottom: 10px;
506
+ }
507
+ .unaccompaniedminor_link{
508
+ font-size:11px;
509
+ padding-bottom:5px;
510
+ }
511
+ </style>
512
+
513
+ </div>
514
+
515
+ <div id="ff_submit_button" class="subdiv">
516
+
517
+
518
+ <input type="image" alt="Click to Find Tickets" name="_handler=amtrak.presentation.handler.request.rail.farefamilies.AmtrakRailFareFamiliesSearchRequestHandler/_xpath=/sessionWorkflow/productWorkflow[@product='Rail']" onclick="javascript:return ( preFareFinderSubmitActions('The following information is needed to process your request:', 'Problem Pricing the Itinerary: Atlantic City Express Service offers adult fares only for all passengers. Please modify your selection to continue. \n[Error ID: 1121S]'))" src="/images/en/btn_ff_findTrains.gif" border="0" />
519
+
520
+ </div>
521
+
522
+ <div id="ff_promocode" class="subdiv oth_promocode">
523
+ <input type="hidden" name="xwdf_promoCode" value="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/couponRequirements/coupon/code" /><input onfocus="focuspromotext();" type="text" size="15" id="ff_disc_promoCode" maxlength="10" name="wdf_promoCode" onblur="blurpromotext();" />
524
+ </div>
525
+ <script>
526
+ var promocode = 'Promo Code';
527
+ function blurpromotext(){
528
+ if(document.getElementById('ff_disc_promoCode').value == '') {
529
+ document.getElementById('ff_disc_promoCode').value = promocode;
530
+ }
531
+ }
532
+ function focuspromotext(){
533
+ if(document.getElementById('ff_disc_promoCode').value == promocode) {
534
+ document.getElementById('ff_disc_promoCode').value = "";
535
+ }
536
+ }
537
+ </script>
538
+ <script type="text/javascript">
539
+ //<![CDATA[
540
+ Element.observe(window, 'load', function(){
541
+ if(document.getElementById('ff_disc_promoCode').value == '') {
542
+ document.getElementById('ff_disc_promoCode').value = promocode;
543
+ }
544
+ });
545
+ //]]>
546
+ </script>
547
+
548
+ <div class="clear_both"></div>
549
+
550
+
551
+ <div id="ff_disctype" class="subdiv" >
552
+
553
+ </div>
554
+ <div id="discountsrules" class="subdiv"><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&ibsref=preffare','ibsref','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Passenger type/discount rules</a></div>
555
+
556
+
557
+ <script type="text/javascript">
558
+ //<![CDATA[
559
+ Element.observe(window, 'load', function(){
560
+ discounttype("adult");
561
+ jQuery("#adult_select0 option[value='Adult']").attr("selected", "selected");
562
+ });
563
+ //]]>
564
+ </script>
565
+
566
+
567
+
568
+
569
+
570
+ </form>
571
+ </div>
572
+ <script>
573
+ if( $('ff_sub_tabbar_bookatrip').hasClassName("active") ){
574
+ show_ff_sub_tab('bookatrip');
575
+ } else if( $('ff_sub_tabbar_redeem').hasClassName("active") ){
576
+ show_ff_sub_tab('redeem');
577
+ }
578
+ function discounttype(passtype) {
579
+ var totaladults = jQuery('#oth_adults').val();
580
+ var totalseniors = jQuery('#oth_seniors').val();
581
+ var totalchilds = jQuery('#oth_children').val();
582
+ var totalinfants = jQuery('#oth_infants').val();
583
+ var totaladperson = parseInt(totaladults) + parseInt(totalseniors) ;
584
+ var dischtml='';
585
+ var count=0;
586
+ var sencount =0;
587
+ var adtcount= 0;
588
+ var j=0;
589
+ var k=0;
590
+ if ( totaladperson != 0 ){
591
+ for ( var i=0; i<totaladperson; i++) {
592
+ count++;
593
+ var adultopts= "<option value='Default'>Select</option><option value='Adult'>Adult</option><option value='Senior'>Senior</option><option value='ADAPaxType_Adult'>Passenger with Disability (PWD)</option><option value='ADAPaxType_Companion'>Companion (Book with PWD)</option><option value='AAA Adult'>AAA Adult</option><option value='NARP'>NARP</option><option value='Military'>Military Adult (Active)</option><option value='Veterans Advantage'>Veterans Advantage</option><option value='Student Advantage'>Student Advantage</option><option value='ISIC'>ISIC</option>";
594
+ var senopts= "<option value='Default'>Select</option><option value='Adult'>Adult</option><option value='Senior' selected='selected'>Senior</option><option value='ADAPaxType_Adult'>Passenger with Disability (PWD)</option><option value='ADAPaxType_Companion'>Companion (Book with PWD)</option><option value='AAA Adult'>AAA Adult</option><option value='NARP'>NARP</option><option value='Military'>Military Adult (Active)</option><option value='Veterans Advantage'>Veterans Advantage</option><option value='Student Advantage'>Student Advantage</option><option value='ISIC'>ISIC</option>";
595
+ var adtlabel="Adult";
596
+ if (jQuery('#adult_select'+i).val()) {
597
+ var curadtval = "value='"+jQuery('#adult_select'+i).val()+"'";
598
+ var newadtval = "value='"+jQuery('#adult_select'+i).val()+"' selected='selected'";
599
+ if (curadtval == "value='Senior'" && sencount<totalseniors ){
600
+ adtlabel = "Senior";
601
+ sencount++;
602
+ adultopts = adultopts.replace(curadtval, newadtval);
603
+ } else {
604
+ if (curadtval == "value='Senior'" && sencount>=totalseniors ){
605
+ if (j==0) {
606
+ j=i;
607
+ } else {
608
+ j=j+1;
609
+ }
610
+ while (j<=totaladperson) {
611
+ if (jQuery('#adult_select'+(j+1)).val() != 'Senior') {
612
+ var ncuradtval = "value='"+jQuery('#adult_select'+(j+1)).val()+"'";
613
+ var nnewadtval = "value='"+jQuery('#adult_select'+(j+1)).val()+"' selected='selected'";
614
+ adultopts = adultopts.replace(ncuradtval, nnewadtval);
615
+ break;
616
+ }
617
+ j++;
618
+ }
619
+ } else {
620
+ if (curadtval != "value='Senior'" && adtcount<totaladults ){
621
+ adtcount++;
622
+ adultopts = adultopts.replace(curadtval, newadtval);
623
+ } else {
624
+ if (curadtval != "value='Senior'" && adtcount>=totaladults ){
625
+ if (k==0) {
626
+ k=i;
627
+ } else {
628
+ k=k+1;
629
+ }
630
+ while (k<=totaladperson) {
631
+ if (jQuery('#adult_select'+(k+1)).val() == 'Senior') {
632
+ var ncuradtval = "value='"+jQuery('#adult_select'+(k+1)).val()+"'";
633
+ var nnewadtval = "value='"+jQuery('#adult_select'+(k+1)).val()+"' selected='selected'";
634
+ adultopts = adultopts.replace(ncuradtval, nnewadtval);
635
+ adtlabel = "Senior";
636
+ break;
637
+ }
638
+ k++;
639
+ }
640
+ } else {
641
+ adultopts = adultopts.replace(curadtval, newadtval);
642
+ }
643
+ }
644
+ }
645
+ }
646
+ } else {
647
+ if (passtype== 'senior' || passtype== 'Senior') {
648
+ adultopts=senopts;
649
+ adtlabel ="Senior";
650
+ }
651
+ }
652
+ dischtml += '<div id ="pass'+count+'" class="'+adtlabel+'"><div class="ff_disc_passenger"><label id="label'+count+'" for="disc_passenger'+count+'">Passenger #'+count+' ('+adtlabel+')</label><br/><input type="hidden" value="/sessionWorkflow/productWorkflow[@product=\'Rail\']/tripRequirements/allJourneyRequirements/person['+count+']/personType" name="xwdf_person_type'+count+'"><select onfocus="this.oldvalue = this.value;" onchange="totalpass(this,'+count+');this.oldvalue = this.value;" name="wdf_person_type'+count+'" id="adult_select'+i+'" class="disc_passenger_select">'+adultopts+'</select></div></div>';
653
+ }
654
+ }
655
+ if ( totalchilds != 0) {
656
+ for ( var i=0; i<totalchilds; i++) {
657
+ count++;
658
+ var childopts= "<option value='Default'>Select</option><option value='Child'>Child (Ages 2-12)</option><option value='ADAPaxType_Child'>Passenger with Disability (PWD)</option><option value='AAA Child'>AAA Child (Ages 2-12)</option><option value='Military Child'>Military Child (Ages 2-12)</option>";
659
+ if (jQuery('#child_select'+i).val()) {
660
+ var curchival = "value='"+jQuery('#child_select'+i).val()+"'";
661
+ var newchival = "value='"+jQuery('#child_select'+i).val()+"' selected='selected'";
662
+ childopts = childopts.replace(curchival, newchival);
663
+ }
664
+ dischtml += '<div id ="pass'+count+'" class="ff_disc_passenger"><label for="disc_passenger'+count+'">Passenger #'+count+' (Child)</label><br/><input type="hidden" value="/sessionWorkflow/productWorkflow[@product=\'Rail\']/tripRequirements/allJourneyRequirements/person['+count+']/personType" name="xwdf_person_type'+count+'"><select name="wdf_person_type'+count+'" id="child_select'+i+'" class="disc_passenger_select">'+childopts+'</select></div>';
665
+ }
666
+ }
667
+ if ( totalinfants != 0 ) {
668
+ for ( var i=0; i<totalinfants; i++) {
669
+ count++;
670
+ dischtml += '<div id ="pass'+count+'" class="ff_disc_passenger"><label for="disc_passenger'+count+'">Passenger #'+count+' (Infant)</label><br/><p>Infant (Under age 2)</p><input type="hidden" value="Infant" name="/sessionWorkflow/productWorkflow[@product=\'Rail\']/tripRequirements/allJourneyRequirements/person['+count+']/personType"></div>';
671
+ }
672
+ }
673
+ document.getElementById('ff_disctype').innerHTML = dischtml;
674
+ if ( count != 0) {
675
+ document.getElementById("ff_disctype" ).style.display = 'block';
676
+ } else {
677
+ document.getElementById("ff_disctype" ).style.display = 'none';
678
+ }
679
+ }
680
+ function validatePassDiscountSelect(){
681
+ var totaladults = jQuery('#oth_adults').val();
682
+ var totalseniors = jQuery('#oth_seniors').val();
683
+ var totaladperson = parseInt(totaladults) + parseInt(totalseniors) ;
684
+ var totalchilds = jQuery('#oth_children').val();
685
+ var errorMsg = "";
686
+ if ( totaladperson != 0 ){
687
+ for (i = 0; i < totaladperson; i++) {
688
+ if (jQuery('#adult_select'+i).val() == 'Default') {
689
+ errorMsg = 'Please make sure you have selected a passenger type for all of the members in your traveling party.';
690
+ }
691
+ }
692
+ }
693
+ if ( totalchilds != 0 ){
694
+ for (i = 0; i < totalchilds; i++) {
695
+ if (jQuery('#child_select'+i).val() == 'Default') {
696
+ errorMsg = 'Please make sure you have selected a passenger type for all of the members in your traveling party.';
697
+ }
698
+ }
699
+ }
700
+ if (errorMsg!=""){
701
+ alert(errorMsg);
702
+ return false;
703
+ } else {
704
+ return true;
705
+ }
706
+ }
707
+ function totalpass(id, ct) {
708
+ var oldvalue = id.oldvalue;
709
+ var newvalue = id.value;
710
+ var newlabel = "label"+ct;
711
+ if (oldvalue == 'Senior' || newvalue == 'Senior') {
712
+ if (oldvalue == 'Senior' && newvalue != 'Senior') {
713
+ var tadt = parseInt(document.getElementById("oth_adults").value);
714
+ var tsen = parseInt(document.getElementById("oth_seniors").value);
715
+ tadt += 1;
716
+ tsen -= 1;
717
+ document.getElementById("oth_adults").value = tadt;
718
+ document.getElementById("oth_seniors").value = tsen;
719
+ var res = document.getElementById(newlabel).innerHTML.replace("Senior","Adult");
720
+ document.getElementById(newlabel).innerHTML =res;
721
+ } else {
722
+ if (newvalue == 'Senior' && oldvalue != 'Senior') {
723
+ var tadt = parseInt(document.getElementById("oth_adults").value);
724
+ var tsen = parseInt(document.getElementById("oth_seniors").value);
725
+ tadt -= 1;
726
+ tsen += 1;
727
+ document.getElementById("oth_adults").value = tadt;
728
+ document.getElementById("oth_seniors").value = tsen;
729
+ var res = document.getElementById(newlabel).innerHTML.replace("Adult","Senior");
730
+ document.getElementById(newlabel).innerHTML =res;
731
+ }
732
+ }
733
+ }
734
+ }
735
+ function show_adainfo(faq)
736
+ {
737
+ if (document.getElementById("ada_linktext") != undefined)
738
+ document.getElementById("ada_linktext").style.display = 'block';
739
+ document.getElementById("ada_linktext_before").style.display = 'block';
740
+ document.getElementById("ada_linktext_after").style.display = 'block';
741
+ }
742
+ function close_adainfo()
743
+ {
744
+ if (document.getElementById("ada_linktext") != undefined)
745
+ document.getElementById("ada_linktext").style.display = 'none';
746
+ document.getElementById("ada_linktext_before").style.display = 'none';
747
+ document.getElementById("ada_linktext_after").style.display = 'none';
748
+ }
749
+ function closeAlertBox() {
750
+ var $j = jQuery.noConflict();
751
+ $j(".ui-dialog-content").dialog("close");
752
+ }
753
+ </script>
754
+ <style>
755
+ .disc_passenger_select {
756
+ margin-top:2px;
757
+ margin-left:0px;
758
+ }
759
+ </style>
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+ <div id="farefinder_tabbody_redeem" class="farefinder_tabbody">
770
+ <h2>Redeem Points</h2>
771
+ <form name="ff_redeem_form" action="https://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.redeem.PresAmtrakRailRedeemFindATicketReqsPageHandler" />
772
+ <div id="ff_redeem_step_1" class="subdiv">
773
+ <div id="ff_member_wrapper">
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+ <div class="form_line_wrapper first">
782
+ <label for="ff_membernumber">Member Number</label>
783
+ <span class="form_entry">
784
+ <input type="text" id="ff_membernumber" maxlength="10" name="/sessionWorkflow/profileWorkflow/schemeAccount/membershipNumber" />
785
+ </span>
786
+ </div>
787
+ <div class="form_line_wrapper">
788
+ <label for="ff_memberpassword">Member Password</label>
789
+ <span class="form_entry">
790
+ <input type="password" id="ff_memberpassword" maxlength="29" name="/sessionWorkflow/profileWorkflow/schemeAccount/@password" />
791
+ </span>
792
+ </div>
793
+ <br class="clear_both" />
794
+
795
+
796
+
797
+ </div>
798
+ </div>
799
+ <div id="ff_tickets_redeem_cities_subdiv" class="subdiv">
800
+
801
+ <div id="tickets_dep_city" class="ff_city_wrapper">
802
+ <input type="hidden" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate/@radioSelect" value="arrivalTime" />
803
+ <input type="hidden" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/@bookpath" value="redeem" />
804
+ <label for="agrdeparts">From</label>
805
+ <input type="hidden" name="xwdf_origin" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/departLocation/search" /><input class="text" type="text" id="agrdeparts" name="wdf_origin" value="Providence, RI (PVD)" />
806
+ <p><span class="find_a_station"><a title="Click for a list of stations." href="javascript:fieldName='agrdeparts'; openStationList();">Find a Station</a></span></p>
807
+ </div>
808
+ <div id="tickets_arr_city" class="ff_city_wrapper level3">
809
+ <label for="agrarrives">To</label>
810
+ <input type="hidden" name="xwdf_destination" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/arriveLocation/search" /><input class="text" type="text" id="agrarrives" name="wdf_destination" value="Boston - Back Bay, MA (BBY)" />
811
+ <p><span class="find_a_station"><a title="Click for a list of stations." href="javascript:fieldName='agrarrives'; openStationList();">Find a Station</a></span></p>
812
+ </div>
813
+ <div id="redeem_from_auto" class="autocomplete level5" style="display:none"></div>
814
+ <div id="redeem_to_auto" class="autocomplete level5" style="display:none"></div>
815
+
816
+ </div>
817
+ <div id="ff_redeem_dep_date_subdiv" class="subdiv">
818
+ <div id="redeem_dep_date_time">
819
+ <div class="ff_date_wrapper">
820
+ <label for="wdfdate15">Departs</label>
821
+
822
+
823
+ <input class="wdfDate" type="text" size="22" id="wdfdate15" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" value="Wed, Nov 19, 2014" readonly="readonly" /></div><div class="ff_time_wrapper"><label for="wdftimenull"><b>Time</b></label><select onfocus="updateTimeState()" onchange="timeChanged(15);updateDayDropDownListTrainStatusWithOffsets()" id="wdftime15" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departTime.hourmin"><option value="">Anytime</option><option value="07:00">Morning</option><option value="14:00">Afternoon</option><option value="19:00">Evening</option><option value="23:59">Midnight</option><option value="01:00">1 AM</option><option value="02:00">2 AM</option><option value="03:00">3 AM</option><option value="04:00">4 AM</option><option value="05:00">5 AM</option><option value="06:00">6 AM</option><option value="07:00">7 AM</option><option value="08:00">8 AM</option><option value="09:00">9 AM</option><option value="10:00">10 AM</option><option value="11:00">11 AM</option><option value="12:00">Noon</option><option value="13:00">1 PM</option><option value="14:00">2 PM</option><option value="15:00">3 PM</option><option value="16:00">4 PM</option><option value="17:00">5 PM</option><option value="18:00">6 PM</option><option value="19:00">7 PM</option><option value="20:00">8 PM</option><option value="21:00">9 PM</option><option value="22:00">10 PM</option><option value="23:00">11 PM</option></select>
824
+
825
+ </div>
826
+ </div>
827
+ </div>
828
+ <div id="ff_redeem_passengers_subdiv" class="subdiv">
829
+ <div id="redeem_passengers">
830
+ <div id="ff_submit_button">
831
+ <input type="image" alt="Click to Find Tickets" name="_handler=amtrak.presentation.handler.request.rail.redeem.PresAmtrakRailRedeemSearchRequestHandler" onclick="javascript:return preRedeemSubmitActions('The following information is needed to process your request:')" src="/images/en/btn_ff_findTrains.gif" border="0" />
832
+ </div>
833
+ <div id="passenger_wrapper">
834
+ <label for="redeemadults">Passengers</label><br> (Max. of 8)
835
+ </div>
836
+ <div id="ff_redeem_passenger_select_wrapper">
837
+ <select id="redeemadults" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/allJourneyRequirements/numberOfTravellers[@key='Adult']"><option value="1" selected="selected">1</option><option value="2">2</option><option value="3">3</option><option value="4">4</option><option value="5">5</option><option value="6">6</option><option value="7">7</option><option value="8">8</option></select>
838
+ </div>
839
+ </div>
840
+ <br/>
841
+ <p><a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&help=agrFindTicket','help','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue">Learn more</a> about redeeming points online for Amtrak travel.</p>
842
+ </div>
843
+ <br class="clear_both" />
844
+ </form>
845
+ </div>
846
+ <script language="JavaScript" type="text/javascript">
847
+ <!--
848
+ if( $('ff_sub_tabbar_bookatrip').hasClassName("active") ){
849
+ show_ff_sub_tab('bookatrip');
850
+ } else if( $('ff_sub_tabbar_redeem').hasClassName("active") ){
851
+ show_ff_sub_tab('redeem');
852
+ }
853
+ //-->
854
+ </script>
855
+
856
+
857
+
858
+ <div id="farefinder_tabbody_traveloptions" class="farefinder_tabbody">
859
+ <div class="cmstraveloptions" id="cmstraveloptions">
860
+ <p><a class="button" href="/rail-deals-every-week-25-off-amtrak-fares-across-the-us">
861
+
862
+ <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288596252&ssbinary=true' alt='Start Saving with SmartFares - New Deals Every Week'></img>
863
+
864
+ </a><br />
865
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/autotrain">
866
+
867
+ <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288596551&ssbinary=true' alt='Make a Reservation on the Auto Train'></img>
868
+
869
+ </a><br />
870
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/multiride">
871
+
872
+ <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591884&ssbinary=true' alt='Buy Multi-Ride Tickets'></img>
873
+
874
+ </a><br />
875
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/selectpass">
876
+
877
+ <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591915&ssbinary=true' alt='Buy a USA Rail Pass'></img>
878
+
879
+ </a><br />
880
+ <a class="button" href="/hotels-cars-travel-insurance-and-more">
881
+
882
+ <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591946&ssbinary=true' alt='Complete Your Trip with Hotels, Cars, Travel Insurance and More'></img>
883
+
884
+ </a><br />
885
+ <a class="button" href="http://tickets.amtrak.com/itd/amtrak/grouptravel">
886
+
887
+ <img src='http://www.amtrak.com/servlet/Satellite?blobcol=urldata&blobheader=image%2Fgif&blobkey=id&blobtable=MungoBlobs&blobwhere=1249288591983&ssbinary=true' alt='Make a Group Travel Request'></img>
888
+
889
+ </a></p>
890
+ </div>
891
+ </div>
892
+
893
+ <div id="farefinder_tabbody_status" class="farefinder_tabbody">
894
+
895
+ <form onsubmit="javascript:return CheckMandatoryTrainStatusFields(this)" name="ff_status_form" action="http://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
896
+ <h2>Status</h2>
897
+ <div id="ff_status_step_1" class="subdiv1">
898
+ <h3>Check Status of a Train</h3>
899
+ <div class="form_line_wrapper first">
900
+ <label for="status_date">
901
+ Date:
902
+ </label>
903
+ <span class="form_entry">
904
+
905
+
906
+ <input class="wdfDate" type="text" size="22" id="wdfdate10" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" value="Wed, Nov 19, 2014" readonly="readonly" />
907
+
908
+ </span>
909
+ </div>
910
+ <div class="form_line_wrapper">
911
+ <label for="status_train_num">
912
+ Train No.
913
+ </label>
914
+ <span class="form_entry">
915
+ <input type="hidden" name="xwdf_trainNumber" value="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/segmentRequirements[1]/serviceCode" /><input onfocus="if (this.value=='optional') { this.value=''; updateMaxLength(); };" type="text" size="4" id="status_train_num" maxlength="8" name="wdf_trainNumber" value="optional" />
916
+ </span>
917
+ </div>
918
+ <br class="clear_both" />
919
+ </div>
920
+ <div id="ff_status_step_2" class="subdiv">
921
+ <div id="ff_status_footnote_submit_wrapper">
922
+ <p>One city is required if train number is used.</p>
923
+ </div>
924
+ <div id="status_dep_city" class="ff_city_wrapper">
925
+ <label for="status_from">
926
+ From
927
+ </label>
928
+ <!-- itd:locationinput id="status_dep" wdfxpath="travelSelection/journeySelection[1]/departLocation" wdfhtmlname="wdf_origin" wdflimitedlocations="resource:TRAVEL_USE_LIMITED_LOCATIONS" size="25" / -->
929
+ <input type="hidden" name="xwdf_origin" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/departLocation/search" /><input type="text" autocomplete="off" id="status_from" maxlength="150" name="wdf_origin" value="Providence, RI (PVD)" />
930
+ <p><span class="find_a_station">
931
+ <a title="Click for a list of stations." href="javascript:fieldName='status_from'; openStationList();">Find a Station</a>
932
+ </span></p>
933
+ </div>
934
+ <div id="status_arr_city" class="ff_city_wrapper">
935
+ <label for="status_to">
936
+ To
937
+ </label>
938
+ <!-- itd:locationinput id="status_to" wdfxpath="travelSelection/journeySelection[1]/arriveLocation" wdfhtmlname="wdf_destination" wdflimitedlocations="resource:TRAVEL_USE_LIMITED_LOCATIONS" size="25" / -->
939
+ <input type="hidden" name="xwdf_destination" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/arriveLocation/search" /><input type="text" autocomplete="off" id="status_to" maxlength="150" name="wdf_destination" value="Boston - Back Bay, MA (BBY)" />
940
+ <p><span class="find_a_station">
941
+ <a title="Click for a list of stations." href="javascript:fieldName='status_to'; openStationList();">Find a Station</a>
942
+ </span></p>
943
+ </div>
944
+ </div>
945
+ <div id="ff_status_step_3" class="subdiv">
946
+ <div id="status_from_auto" class="autocomplete" style="display:none"></div>
947
+ <div id="status_to_auto" class="autocomplete" style="display:none"></div>
948
+ <div id="status_arr_or_dep_wrapper">
949
+
950
+
951
+ <input type="hidden" name="xwdf_SortBy" value="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate/@radioSelect" /><input type="radio" id="status_arr" name="wdf_SortBy" value="arrivalTime" checked="checked" />
952
+ <label for="status_arr">
953
+ Scheduled Arrive
954
+ </label>
955
+ &nbsp;&nbsp;
956
+ <input type="hidden" name="xwdf_SortBy" value="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate/@radioSelect" /><input type="radio" id="status_dep" name="wdf_SortBy" value="departTime" />
957
+ <label for="status_dep">
958
+ Scheduled Depart
959
+ </label>
960
+
961
+
962
+
963
+
964
+ </div>
965
+ <div class="form_line_wrapper">
966
+ <label for="status_time">
967
+ Time
968
+ </label>
969
+ <span class="form_entry">
970
+
971
+
972
+ <select onfocus="updateTimeState()" onchange="timeChanged(10);updateDayDropDownListTrainStatusWithOffsets()" id="wdftime10" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departTime.hourmin"><option value="">Anytime</option><option value="07:00">Morning</option><option value="14:00">Afternoon</option><option value="19:00">Evening</option><option value="23:59">Midnight</option><option value="01:00">1 AM</option><option value="02:00">2 AM</option><option value="03:00">3 AM</option><option value="04:00">4 AM</option><option value="05:00">5 AM</option><option value="06:00">6 AM</option><option value="07:00">7 AM</option><option value="08:00">8 AM</option><option value="09:00">9 AM</option><option value="10:00">10 AM</option><option value="11:00">11 AM</option><option value="12:00">Noon</option><option value="13:00">1 PM</option><option value="14:00">2 PM</option><option value="15:00">3 PM</option><option value="16:00">4 PM</option><option value="17:00">5 PM</option><option value="18:00">6 PM</option><option value="19:00">7 PM</option><option value="20:00">8 PM</option><option value="21:00">9 PM</option><option value="22:00">10 PM</option><option value="23:00">11 PM</option></select>
973
+
974
+ </span>
975
+ </div>
976
+ </div>
977
+ <div id="ff_status_submit_wrapper" class="subdiv">
978
+ <input type="hidden" name="_handler=amtrak.presentation.handler.request.rail.AmtrakRailTrainStatusSearchRequestHandler/_xpath=/sessionWorkflow/productWorkflow[@product='Rail']" />
979
+ <input type="image" alt="Check Status" name="_handler=amtrak.presentation.handler.request.rail.AmtrakRailTrainStatusSearchRequestHandler/_xpath=/sessionWorkflow/productWorkflow[@product='Rail']" src="/images/en/btn_checkStatus.gif" border="0" />
980
+ </div>
981
+ </form>
982
+
983
+ </div>
984
+ <div id="farefinder_tabbody_schedules" class="farefinder_tabbody">
985
+
986
+ <form onsubmit="javascript:return CheckMandatoryScheduleFields(this);" name="ff_schedules_form" action="http://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
987
+ <h2>Schedules</h2>
988
+ <div id="ff_schedules_tt_cities_subdiv" class="subdiv">
989
+ <div id="schedules_dep_city" class="ff_city_wrapper">
990
+ <label for="schedules_from">From</label>
991
+ <input type="hidden" name="xwdf_origin" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/departLocation/search" /><input type="text" autocomplete="off" id="schedules_from" maxlength="150" name="wdf_origin" value="Providence, RI (PVD)" />
992
+ <p><span class="find_a_station"><a title="Click for a list of stations." href="javascript:fieldName='schedules_from'; openStationList();">Find a Station</a></span></p>
993
+ <!-- itd:locationinput id="schedules_from" wdfxpath="travelSelection/journeySelection[1]/departLocation" wdfhtmlname="wdf_origin" wdflimitedlocations="resource:TRAVEL_USE_LIMITED_LOCATIONS" size="40" / -->
994
+
995
+ </div>
996
+ <div id="schedules_arr_city" class="ff_city_wrapper">
997
+ <label for="schedules_to">To</label>
998
+ <!-- itd:locationinput id="schedules_to" wdfxpath="travelSelection/journeySelection[1]/arriveLocation" wdfhtmlname="wdf_destination" wdflimitedlocations="resource:TRAVEL_USE_LIMITED_LOCATIONS" size="40" / -->
999
+ <input type="hidden" name="xwdf_destination" value="/sessionWorkflow/productWorkflow[@product='Rail']/travelSelection/journeySelection[1]/arriveLocation/search" /><input type="text" autocomplete="off" id="schedules_to" maxlength="150" name="wdf_destination" value="Boston - Back Bay, MA (BBY)" />
1000
+ <p><span class="find_a_station"><a title="Click for a list of stations." href="javascript:fieldName='schedules_to'; openStationList();">Find a Station</a></span></p>
1001
+
1002
+ </div>
1003
+ </div>
1004
+ <div id="ff_schedules_dep_ret_date_subdiv" class="subdiv">
1005
+ <div id="schedule_from_auto" class="autocomplete" style="display:none"></div>
1006
+ <div id="schedule_to_auto" class="autocomplete" style="display:none"></div>
1007
+ <div id="schedules_dep_date_time">
1008
+ <div class="ff_date_wrapper">
1009
+ <label for="schedules_dep_date">Depart</label>
1010
+
1011
+
1012
+ <input class="wdfDate" type="text" size="22" id="wdfdate5" maxlength="22" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departDate.date" value="Wed, Nov 19, 2014" readonly="readonly" /></div><div class="ff_time_wrapper"><label for="wdftimenull"><b>Time</b></label><select onfocus="updateTimeState()" onchange="timeChanged(5);updateDayDropDownListTrainStatusWithOffsets()" id="wdftime5" name="/sessionWorkflow/productWorkflow[@product='Rail']/tripRequirements/journeyRequirements[1]/departTime.hourmin"><option value="">Anytime</option><option value="07:00">Morning</option><option value="14:00">Afternoon</option><option value="19:00">Evening</option><option value="23:59">Midnight</option><option value="01:00">1 AM</option><option value="02:00">2 AM</option><option value="03:00">3 AM</option><option value="04:00">4 AM</option><option value="05:00">5 AM</option><option value="06:00">6 AM</option><option value="07:00">7 AM</option><option value="08:00">8 AM</option><option value="09:00">9 AM</option><option value="10:00">10 AM</option><option value="11:00">11 AM</option><option value="12:00">Noon</option><option value="13:00">1 PM</option><option value="14:00">2 PM</option><option value="15:00">3 PM</option><option value="16:00">4 PM</option><option value="17:00">5 PM</option><option value="18:00">6 PM</option><option value="19:00">7 PM</option><option value="20:00">8 PM</option><option value="21:00">9 PM</option><option value="22:00">10 PM</option><option value="23:00">11 PM</option></select>
1013
+
1014
+ </div>
1015
+ </div>
1016
+ </div>
1017
+ <div id="ff_schedules_timetables_submit_wrapper" class="subdiv">
1018
+ <input type="hidden" name="_handler=amtrak.presentation.handler.request.rail.AmtrakCMSRailSchedulesSearchRequestHandler/_xpath=/sessionWorkflow/productWorkflow[@product='Rail']" />
1019
+ <input type="image" alt="Find Schedules" name="_handler=amtrak.presentation.handler.request.rail.AmtrakCMSRailSchedulesSearchRequestHandler/_xpath=/sessionWorkflow/productWorkflow[@product='Rail']" src="/images/en/btn_findSchedules.gif" border="0" />
1020
+ </div>
1021
+ <div id="ff_schedules_timetables_footer_wrapper">
1022
+ <p><a href="http://www.amtrak.com/servlet/Satellite/Page/1237405732505/1237405732505">Download printable timetables</a></p>
1023
+ </div>
1024
+ </form>
1025
+
1026
+ </div>
1027
+ <div id="farefinder_tabbody_mytrip" class="farefinder_tabbody">
1028
+ <h2>My Trip</h2>
1029
+ <div id="ff_mytrip_step_1" class="subdiv">
1030
+ <form onsubmit="javascript:return CheckMandatoryMyTripFields(this)" name="mytrip_res" action="http://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
1031
+ <h3>Find a Reservation</h3>
1032
+ <div class="form_line_wrapper first">
1033
+ <label for="mytrip_res_num">Reservation Number</label><span class="form_entry">
1034
+ <input type="text" id="mytrip_res_num" name="/sessionWorkflow/itineraryWorkflow/basket/booking/reference" value="" />
1035
+ </span>
1036
+ </div>
1037
+ <div class="form_line_wrapper">
1038
+ <strong>and</strong>
1039
+ </div>
1040
+ <div class="form_line_wrapper">
1041
+ <label for="mytrip_res_email">E-mail Address</label><span class="form_entry">
1042
+ <input type="text" id="mytrip_res_email" name="/sessionWorkflow/itineraryWorkflow/basket/booking/bookingOptions/bookingFulfilment/contact/contactEmailAddress/emailAddress" value="" />
1043
+ </span>
1044
+ </div>
1045
+ <div class="form_line_wrapper">
1046
+ <div class="separator">-or-</div>
1047
+ </div>
1048
+ <div class="form_line_wrapper">
1049
+ <label for="mytrip_res_zip">Telephone Number</label><span class="form_entry">
1050
+ <input type="text" id="mytrip_res_zip" name="/sessionWorkflow/itineraryWorkflow/basket/booking/bookingOptions/bookingFulfilment/contact/contactTelephone/number" value="" />
1051
+ </span>
1052
+ </div>
1053
+ <div id="ff_mytrip_res_submit">
1054
+ <input type="hidden" name="_handler=com.sita.ats.amtrak.presentation.handler.request.itinerary.AmtrakLoggedOutTripDetailsRequestHandler" />
1055
+ <input class="image" type="image" alt="Find Reservation" name="_handler=com.sita.ats.amtrak.presentation.handler.request.itinerary.AmtrakLoggedOutTripDetailsRequestHandler" src="/images/en/btn_find.gif" />
1056
+ </div>
1057
+ </form>
1058
+ </div>
1059
+
1060
+ <div id="ff_mytrip_step_2" class="subdiv">
1061
+ <div id="mytrip_or"><span>Or</span></div>
1062
+
1063
+ <form onsubmit="javascript:return CheckMandatoryLoginFields(this)" name="mytrip_acct" action="https://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
1064
+ <input type="hidden" name="/sessionWorkflow/userWorkflow/profileAccountRequirements/@logontype" value="mytrip" />
1065
+ <h3>Log in to your Amtrak.com Account</h3>
1066
+ <div class="form_line_wrapper">
1067
+ <label for="mytrip_acct_email">E-mail Address</label><span class="form_entry">
1068
+ <input type="hidden" name="xwdf_username" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/userName" /><input autocomplete="off" type="text" id="mytrip_acct_email" maxlength="64" name="wdf_username" />
1069
+ </span>
1070
+ </div>
1071
+ <div class="form_line_wrapper">
1072
+ <label for="mytrip_acct_pwd">Password</label><span class="form_entry">
1073
+ <input type="hidden" name="xwdf_password" value="/sessionWorkflow/userWorkflow/profileAccountRequirements/password" /><input type="password" id="mytrip_acct_pwd" maxlength="20" name="wdf_password" />
1074
+ </span>
1075
+ </div>
1076
+ <div id="ff_mytrip_acct_submit">
1077
+ <a class="forgot_pass" title="Click here to request your Password" href="javascript:fieldName='wdf_RequestUserID'; openRequestUserID();">Forgot password?</a>
1078
+ <input type="hidden" name="_handler=com.sita.ats.amtrak.presentation.handler.request.profile.AmtrakProfileLogonRequestHandler/_xpath=/sessionWorkflow/userWorkflow/profileAccountRequirements" />
1079
+ <input type="image" alt="Log In" name="_handler=com.sita.ats.amtrak.presentation.handler.request.profile.AmtrakProfileLogonRequestHandler/_xpath=/sessionWorkflow/userWorkflow/profileAccountRequirements" onclick="" src="/images/en/btn_login.gif" />
1080
+ </div>
1081
+ </form>
1082
+
1083
+ </div>
1084
+
1085
+ </div>
1086
+ </div>
1087
+
1088
+
1089
+ <script type="text/javascript" language="javascript" charset="utf-8">
1090
+ // <![CDATA[
1091
+ new Ajax.Autocompleter('departs','autocomplete_availability_from', '/itd/amtrak/AutoComplete', {
1092
+ paramName: "_origin",
1093
+ minChars: 2,
1094
+ frequency: 0.5
1095
+ }
1096
+ );
1097
+ new Ajax.Autocompleter('arrives','autocomplete_availability_to','/itd/amtrak/AutoComplete', {
1098
+ paramName: "_destination",
1099
+ minChars: 2,
1100
+ frequency: 0.5
1101
+ }
1102
+ );
1103
+ new Ajax.Autocompleter('agrdeparts','redeem_from_auto', '/itd/amtrak/AutoComplete', {
1104
+ paramName: "_origin",
1105
+ minChars: 2,
1106
+ frequency: 0.5
1107
+ }
1108
+ );
1109
+ new Ajax.Autocompleter('agrarrives','redeem_to_auto','/itd/amtrak/AutoComplete', {
1110
+ paramName: "_destination",
1111
+ minChars: 2,
1112
+ frequency: 0.5
1113
+ }
1114
+ );
1115
+ new Ajax.Autocompleter('schedules_from','schedule_from_auto','/itd/amtrak/AutoComplete', {
1116
+ paramName: "_origin",
1117
+ minChars: 2,
1118
+ frequency: 0.5
1119
+ }
1120
+ );
1121
+ new Ajax.Autocompleter('schedules_to','schedule_to_auto','/itd/amtrak/AutoComplete', {
1122
+ paramName: "_destination",
1123
+ minChars: 2,
1124
+ frequency: 0.5
1125
+ }
1126
+ );
1127
+ new Ajax.Autocompleter('status_from','status_from_auto','/itd/amtrak/AutoComplete', {
1128
+ paramName: "_origin",
1129
+ minChars: 2,
1130
+ frequency: 0.5
1131
+ }
1132
+ );
1133
+ new Ajax.Autocompleter('status_to','status_to_auto','/itd/amtrak/AutoComplete', {
1134
+ paramName: "_destination",
1135
+ minChars: 2,
1136
+ frequency: 0.5
1137
+ }
1138
+ );
1139
+ // ]]>
1140
+ </script>
1141
+
1142
+ <!-- End HTML for Fare Finder -->
1143
+ <script language="JavaScript" type="text/javascript">
1144
+ <!--
1145
+ function CheckMandatoryTrainStatusFields(statusForm) {
1146
+ var errorMsg ="";
1147
+ var fieldList = "";
1148
+ var origin = statusForm.wdf_origin.value;
1149
+ var destination = statusForm.wdf_destination.value;
1150
+ var trainNumber = statusForm.wdf_trainNumber.value;
1151
+ if(eval("statusForm.wdf_trainNumber.value") == "optional") {
1152
+ trainNumber = "";
1153
+ }
1154
+ if (trainNumber == "" && origin == "" && destination == "")
1155
+ fieldList = "Problem with Departure and Arrival Station/City: Please provide a valid departure and arrival station or city name and resubmit. \n[Error ID: 573S]" + "\n";
1156
+ if (trainNumber == "" && origin != "" && destination == "")
1157
+ fieldList = fieldList + "Problem with Arrival Station/City or Train Number: Please provide a valid arrival station/city or train number and resubmit. \n[Error ID: 574S]" + "\n";
1158
+ if (trainNumber == "" && origin == "" && destination != "")
1159
+ fieldList = fieldList + "Problem with Departure Station/City or Train Number: Please provide a valid departure station/city or train number and resubmit. \n[Error ID: 575S]" + "\n";
1160
+ if (trainNumber != "" && origin == "" && destination == "")
1161
+ fieldList = fieldList + "Problem with Departure or Arrival Station/City: Please provide a valid departure or arrival station or city name and resubmit. \n[Error ID: 576S]" + "\n";
1162
+ if ((trainNumber != "") && (!IsNumber(trainNumber)))
1163
+ fieldList = fieldList + "Problem with Train Number: Sorry, we cannot find the train number you provided. Please check for accuracy and re-enter. Or, delete the train number and provide a departure and arrival station/city. To find a specific station, please click on the \'Find a Station\' link and select a station from the list provided. \n[Error ID: 577S]" + "\n";
1164
+ if (fieldList != "") {
1165
+ errorMsg = "The following information is needed to process your request:" + "\n\n" + fieldList;
1166
+ }
1167
+ if (errorMsg != "") {
1168
+ alert(errorMsg);
1169
+ return false;
1170
+ }
1171
+ return true;
1172
+ }
1173
+ function CheckMandatoryScheduleFields(statusForm) {
1174
+ var errorMsg ="";
1175
+ var fieldList = "";
1176
+ var origin = statusForm.wdf_origin.value;
1177
+ var destination = statusForm.wdf_destination.value;
1178
+ if (origin == "" && destination == "")
1179
+ fieldList = "Problem with Departure and Arrival Station/City: Please provide a valid departure and arrival station or city name and resubmit. \n[Error ID: 573S]" + "\n";
1180
+ if (origin != "" && destination == "")
1181
+ fieldList = fieldList + "Problem with Departure and Arrival Station/City: Please provide a valid departure and arrival station or city name and resubmit. \n[Error ID: 573S]" + "\n";
1182
+ if (origin == "" && destination != "")
1183
+ fieldList = fieldList + "Problem with Departure and Arrival Station/City: Please provide a valid departure and arrival station or city name and resubmit. \n[Error ID: 573S]" + "\n";
1184
+ if (fieldList != "") {
1185
+ errorMsg = "The following information is needed to process your request:" + "\n\n" + fieldList;
1186
+ }
1187
+ if (errorMsg != "") {
1188
+ alert(errorMsg);
1189
+ return false;
1190
+ }
1191
+ return true;
1192
+ }
1193
+ function CheckMandatoryMyTripFields(theForm) {
1194
+ var errorMsg ="";
1195
+ var fieldList = "";
1196
+ if ($('mytrip_res_num').value.empty()) {
1197
+ fieldList += " -- reservation number\n";
1198
+ }
1199
+ if ($('mytrip_res_email').value.empty() && $('mytrip_res_zip').value.empty()) {
1200
+ fieldList += " -- email address or telephone number\n";
1201
+ }
1202
+ if (fieldList != "") {
1203
+ errorMsg="The following information is needed to process your request:" + "\n" + fieldList+ "\n\n";
1204
+ alert(errorMsg);
1205
+ return false;
1206
+ }
1207
+ return true;
1208
+ }
1209
+ function CheckMandatoryMyTripFields(theForm) {
1210
+ var errorMsg ="";
1211
+ var fieldList = "";
1212
+ if ($('mytrip_res_num').value.empty()) {
1213
+ fieldList += " -- reservation number\n";
1214
+ }
1215
+ if ($('mytrip_res_email').value.empty() && $('mytrip_res_zip').value.empty()) {
1216
+ fieldList += " -- email address or telephone number\n";
1217
+ }
1218
+ if (fieldList != "") {
1219
+ errorMsg="The following information is needed to process your request:" + "\n" + fieldList+ "\n\n";
1220
+ alert(errorMsg);
1221
+ return false;
1222
+ }
1223
+ return true;
1224
+ }
1225
+ function CheckMandatoryLoginFields(theForm) {
1226
+ var errorMsg ="";
1227
+ var fieldList = "";
1228
+ if(eval("theForm.wdf_username.value") == "") {
1229
+ fieldList += " -- username\n";
1230
+ }
1231
+ if(eval("theForm.wdf_password.value") == "") {
1232
+ fieldList += " -- password\n";
1233
+ }
1234
+ if (fieldList != "") {
1235
+ errorMsg="The following information is needed to process your request:" + "\n" + fieldList+ "\n\n";
1236
+ alert(errorMsg);
1237
+ return false;
1238
+ }
1239
+ return true;
1240
+ }
1241
+ //Aibe-2026,Mac safari issue.
1242
+ function updateMaxLength()
1243
+ {
1244
+ trainNum = document.getElementById('status_train_num');
1245
+ trainNum.setAttribute("maxLength", 4);
1246
+ }
1247
+ function validatePasswordSize() {
1248
+ var memberPwd = document.getElementById('ff_memberpassword');
1249
+ if((memberPwd != null) && (memberPwd.value != "")) {
1250
+ if ((memberPwd.value.length < '6') ||
1251
+ (memberPwd.value.length > '29') ) {
1252
+ return 'The password you entered is invalid. Please try again or call 1-800-307-5000 for assistance (Sunday - Saturday, 5 am - midnight ET). [Error ID: 1114R]';
1253
+ }
1254
+ }
1255
+ return "";
1256
+ }
1257
+ function checkRedeemMandatoryFields(theForm) {
1258
+ var errorMsg ="";
1259
+ var fieldList = "";
1260
+ var origin = document.ff_redeem_form.agrdeparts.value;
1261
+ var destination = document.ff_redeem_form.agrarrives.value;
1262
+ var startDate = document.getElementById('wdfdate15').value;
1263
+ var memberNo = document.getElementById('ff_membernumber');
1264
+ var memberPwd = document.getElementById('ff_memberpassword');
1265
+ if (memberNo != null) { //member number null means login was already validated
1266
+ if (memberNo.value == "") {
1267
+ fieldList = fieldList + " -- Member Number\n";
1268
+ }
1269
+ }
1270
+ if(memberPwd != null) {//member password null means login was already validated
1271
+ if (memberPwd.value == "") {
1272
+ fieldList = fieldList + " -- Member Passsword\n";
1273
+ }
1274
+ }
1275
+ if (origin == "") {
1276
+ fieldList = fieldList + " -- From\n";
1277
+ }
1278
+ if(destination == "") {
1279
+ fieldList = fieldList + " -- To\n";
1280
+ }
1281
+ if (startDate == "") {
1282
+ fieldList = fieldList + " -- Day\n";
1283
+ }
1284
+ if (fieldList != "") {
1285
+ errorMsg="The following information is needed to process your request:" + "\n" + fieldList+ "\n\n";
1286
+ alert(errorMsg);
1287
+ return false;
1288
+ }
1289
+ return fieldList;
1290
+ }
1291
+ function checkValidCouponCode(id){
1292
+ var errorMsg='';
1293
+ var newCouponCode = document.getElementById(id).value;
1294
+ if(newCouponCode == "Promo Code") {
1295
+ document.getElementById('ff_disc_promoCode').value = "";
1296
+ newCouponCode= ""
1297
+ }
1298
+ newCouponCode = trim(newCouponCode);
1299
+ if(newCouponCode == '')
1300
+ return true;
1301
+ var isValidCode = validateCouponCode(newCouponCode);
1302
+ if(isValidCode == false) {
1303
+ errorMsg = 'Problem with Promotion Code: The Promotion Code you entered is not valid. Please check for accuracy and re-enter it, or continue without it. \n[Error ID: 744S]';
1304
+ }
1305
+ if (errorMsg!=""){
1306
+ alert(errorMsg);
1307
+ return false;
1308
+ } else {
1309
+ return true;
1310
+ }
1311
+ }
1312
+ function trim(s) {
1313
+ return s.replace(/^\s+|\s+$/g, "");
1314
+ }
1315
+ //-->
1316
+ </script>
1317
+
1318
+
1319
+
1320
+ <meta name="WT.cg_s" content="book" />
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+ </div>
1327
+
1328
+ <div id="special_booking_menu">
1329
+
1330
+ </div>
1331
+
1332
+
1333
+
1334
+
1335
+
1336
+ <style type="text/css">
1337
+ <!--
1338
+ @import url(/css/basic_booking.css);
1339
+ -->
1340
+ </style>
1341
+
1342
+
1343
+
1344
+ <span id="IB_diginet_div">
1345
+
1346
+ </span>
1347
+
1348
+
1349
+
1350
+
1351
+ </div>
1352
+
1353
+ <div id="mb_column_1_confirmation">
1354
+ <form name="form" action="http://tickets.amtrak.com/itd/amtrak" method="post"><input type="hidden" name="requestor" value="amtrak.presentation.handler.page.rail.AmtrakRailGetTrainStatusPageHandler" />
1355
+
1356
+
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+
1364
+ <style type="text/css">
1365
+ #pagination_bar {
1366
+ clear:both;
1367
+ padding-top: 20px;
1368
+ font-family: Arial, Verdana, Helvetica, sans-serif;
1369
+ size: 108%;
1370
+ color: #1375b3;
1371
+ }
1372
+ #pagination_bar #pagination_data {
1373
+ width: 49%;
1374
+ float: left;
1375
+ text-align: left;
1376
+ padding-bottom: 1px;
1377
+ }
1378
+ #pagination_bar #pagination_nav {
1379
+ width: 49%;
1380
+ float: right;
1381
+ text-align: right;
1382
+ padding-bottom: 1px;
1383
+ }
1384
+ #pagination_bar #pagination_nav span {
1385
+ padding-left: 10px;
1386
+ }
1387
+ #pagination_bar #pagination_nav a, #availability_grid #pagination_bar #pagination_nav a:visited, #availability_grid #pagination_bar #pagination_nav a:hover {
1388
+ color: #1375b3;
1389
+ }
1390
+ #pagination_bar #pagination_nav a.selected, #availability_grid #pagination_bar #pagination_nav a.selected:visited, #availability_grid #pagination_bar #pagination_nav a.selected:hover {
1391
+ color: #ff9933;
1392
+ text-decoration: none;
1393
+ cursor: text;
1394
+ background-color: white;
1395
+ }
1396
+ #loadingtrain {
1397
+ width:100px;
1398
+ height: 100px;
1399
+ position: fixed;
1400
+ top: 50%;
1401
+ left: 60%;
1402
+ background:url(/images/en/superpnr/image_loader_blue.gif) no-repeat center #fff;
1403
+ text-align:center;
1404
+ padding:10px;
1405
+ font:normal 16px Tahoma, Geneva, sans-serif;
1406
+ border:1px solid #666;
1407
+ margin-left: -50px;
1408
+ margin-top: -50px;
1409
+ z-index:2;
1410
+ overflow: auto;
1411
+ }
1412
+ #loadingfailed {
1413
+ width:100px;
1414
+ height: 100px;
1415
+ position: fixed;
1416
+ top: 50%;
1417
+ left: 60%;
1418
+ background:#fff;
1419
+ text-align:center;
1420
+ padding:10px;
1421
+ font:normal 16px Tahoma, Geneva, sans-serif;
1422
+ border:1px solid #666;
1423
+ margin-left: -50px;
1424
+ margin-top: -50px;
1425
+ z-index:2;
1426
+ overflow: auto;
1427
+ }
1428
+ #overlay {
1429
+ background-color:#EEE;
1430
+ }
1431
+ </style>
1432
+ <script language="JavaScript" type="text/javascript" src="/itd/project/scripts/en/amtrak/basic_pagination_trainstatus.js"></script>
1433
+ <script type="text/javascript">
1434
+ var pageDisplay = '10';
1435
+ var currentPage = 0;
1436
+ var availabilityLength = '8';
1437
+ var statusResult;
1438
+ Element.observe(window, 'load', function(){
1439
+ show_ff_tab('status');
1440
+ pageFilterDisplay(availabilityLength);
1441
+ });
1442
+ </script>
1443
+
1444
+ <div id="loadingtrain" style="display:none">Loading...</div>
1445
+ <div id="loadingfailed" style="display: none">We're sorry, we're unable to process your request.<img src="/images/en/error_icon.gif"></div>
1446
+ <div>
1447
+ <h1 class="train_status">Current Train Status<span></span></h1>
1448
+ <!-- Begin HTML for Page tools -->
1449
+ <div class="page_tools" id="page_tools_status">
1450
+ <span>
1451
+ <a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&help=tstatres','help','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();" CLASS="smallblue"><img alt="Help" src="/images/en/tool_help.gif" /></a>
1452
+ </span>
1453
+ </div>
1454
+ <!-- End HTML for Page tools -->
1455
+ <br class="clear_both" />
1456
+ </div>
1457
+ <p class="page_intro">Trains often make up time en route. In many cases, recovery time that is built in to the schedule may result in the train arriving at or departing from the following stations on time. Please contact Amtrak at 1-800-USA-RAIL (1-800-872-7245) for full details on arrival status.</p>
1458
+
1459
+
1460
+ <div id="status_header">
1461
+ <div class="route">
1462
+ <span class="origin">
1463
+
1464
+
1465
+ Departing:
1466
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
1467
+
1468
+
1469
+ and Arriving:
1470
+ <!-- mp_trans_disable_start -->Boston, MA - Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
1471
+
1472
+
1473
+
1474
+
1475
+
1476
+ </span>
1477
+ </div>
1478
+ </div>
1479
+ <div id="overlay" style="background-color: white;">
1480
+ <div class="cornered_outside" id="status_content_wrapper">
1481
+ <div id="more_status_results">
1482
+ <table id="status_results" cellspacing="0" >
1483
+ <thead>
1484
+ <tr>
1485
+ <th class="service" scope="col">Service</th>
1486
+ <th class="vector" scope="col">&nbsp;</th>
1487
+ <th class="city" scope="col">City</th>
1488
+ <th class="scheduled" scope="col">Scheduled</th>
1489
+ <th class="act_est" scope="col">Actual /<br>Estimate</th>
1490
+ <th class="status" scope="col">Status</th>
1491
+ </tr>
1492
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
1493
+ </thead>
1494
+
1495
+
1496
+ <tbody>
1497
+
1498
+
1499
+ <tr class="status_result departs whitebackground">
1500
+
1501
+ <th class="service" scope="rowgroup" rowspan="2">
1502
+ <div class="route_num">174</div>
1503
+ <div class="route_name">Northeast Regional</div>
1504
+
1505
+ </th>
1506
+
1507
+
1508
+ <th class="vector" scope="row">
1509
+ From
1510
+ </th>
1511
+ <td class="city">
1512
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
1513
+ </td>
1514
+ <td class="scheduled">
1515
+
1516
+
1517
+ <div class="time">5:30 pm</div>
1518
+
1519
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1520
+
1521
+
1522
+
1523
+ </td>
1524
+ <td class="act_est">
1525
+
1526
+ <div class="time">5:52 pm</div>
1527
+
1528
+ <div class="date" style="white-space: nowrap;"></div>
1529
+
1530
+
1531
+
1532
+ </td>
1533
+ <td class="lightbluetrainstatusbackground">
1534
+
1535
+
1536
+ Departed: 22 minutes late.<br/>
1537
+
1538
+
1539
+
1540
+
1541
+
1542
+
1543
+ </td>
1544
+ </tr>
1545
+
1546
+
1547
+ <tr class="status_result arrives whitebackground">
1548
+
1549
+ <th class="vector" scope="row">
1550
+ To
1551
+ </th>
1552
+ <td class="city">
1553
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
1554
+ </td>
1555
+ <td class="scheduled">
1556
+
1557
+
1558
+ <div class="time">6:25 pm</div>
1559
+
1560
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1561
+
1562
+
1563
+ </td>
1564
+ <td class="act_est">
1565
+
1566
+ <div class="time">6:27 pm</div>
1567
+
1568
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1569
+
1570
+
1571
+
1572
+ </td>
1573
+ <td class="lightbluetrainstatusbackground">
1574
+
1575
+ Arrived: 2 minutes late.<br/>
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+
1583
+ </td>
1584
+ </tr>
1585
+
1586
+ </tbody>
1587
+
1588
+
1589
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
1590
+
1591
+
1592
+
1593
+ <tbody>
1594
+
1595
+
1596
+ <tr class="status_result departs greybackground">
1597
+
1598
+ <th class="service" scope="rowgroup" rowspan="2">
1599
+ <div class="route_num">2164</div>
1600
+ <div class="route_name">Acela Express</div>
1601
+
1602
+ </th>
1603
+
1604
+
1605
+ <th class="vector" scope="row">
1606
+ From
1607
+ </th>
1608
+ <td class="city">
1609
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
1610
+ </td>
1611
+ <td class="scheduled">
1612
+
1613
+
1614
+ <div class="time">5:50 pm</div>
1615
+
1616
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1617
+
1618
+
1619
+
1620
+ </td>
1621
+ <td class="act_est">
1622
+
1623
+ <div class="time">6:45 pm</div>
1624
+
1625
+ <div class="date" style="white-space: nowrap;"></div>
1626
+
1627
+
1628
+
1629
+ </td>
1630
+ <td class="darkbluetrainstatusbackground">
1631
+
1632
+
1633
+ Departed: 55 minutes late.<br/>
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+ </td>
1641
+ </tr>
1642
+
1643
+
1644
+ <tr class="status_result arrives greybackground">
1645
+
1646
+ <th class="vector" scope="row">
1647
+ To
1648
+ </th>
1649
+ <td class="city">
1650
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
1651
+ </td>
1652
+ <td class="scheduled">
1653
+
1654
+
1655
+ <div class="time">6:34 pm</div>
1656
+
1657
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1658
+
1659
+
1660
+ </td>
1661
+ <td class="act_est">
1662
+
1663
+
1664
+
1665
+ <div class="time">(7:14 pm)</div>
1666
+
1667
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1668
+
1669
+ <I>(estimated)</I>
1670
+
1671
+
1672
+
1673
+ </td>
1674
+ <td class="darkbluetrainstatusbackground">
1675
+
1676
+
1677
+
1678
+ Estimated Arrival Time: 40 minutes late.<br/>
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+ </td>
1685
+ </tr>
1686
+
1687
+ </tbody>
1688
+
1689
+
1690
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
1691
+
1692
+
1693
+
1694
+ <tbody>
1695
+
1696
+
1697
+ <tr class="status_result departs whitebackground">
1698
+
1699
+ <th class="service" scope="rowgroup" rowspan="2">
1700
+ <div class="route_num">2166</div>
1701
+ <div class="route_name">Acela Express</div>
1702
+
1703
+ </th>
1704
+
1705
+
1706
+ <th class="vector" scope="row">
1707
+ From
1708
+ </th>
1709
+ <td class="city">
1710
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
1711
+ </td>
1712
+ <td class="scheduled">
1713
+
1714
+
1715
+ <div class="time">6:54 pm</div>
1716
+
1717
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1718
+
1719
+
1720
+
1721
+ </td>
1722
+ <td class="act_est">
1723
+
1724
+
1725
+
1726
+ &nbsp;
1727
+
1728
+ </td>
1729
+ <td class="lightbluetrainstatusbackground">
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+
1737
+
1738
+
1739
+ </td>
1740
+ </tr>
1741
+
1742
+
1743
+ <tr class="status_result arrives whitebackground">
1744
+
1745
+ <th class="vector" scope="row">
1746
+ To
1747
+ </th>
1748
+ <td class="city">
1749
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
1750
+ </td>
1751
+ <td class="scheduled">
1752
+
1753
+
1754
+ <div class="time">7:35 pm</div>
1755
+
1756
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1757
+
1758
+
1759
+ </td>
1760
+ <td class="act_est">
1761
+
1762
+
1763
+
1764
+ <div class="time">(7:28 pm)</div>
1765
+
1766
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1767
+
1768
+ <I>(estimated)</I>
1769
+
1770
+
1771
+
1772
+ </td>
1773
+ <td class="lightbluetrainstatusbackground">
1774
+
1775
+
1776
+
1777
+ Estimated Arrival Time: 7 minutes early.<br/>
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+ </td>
1784
+ </tr>
1785
+
1786
+ </tbody>
1787
+
1788
+
1789
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
1790
+
1791
+
1792
+
1793
+ <tbody>
1794
+
1795
+
1796
+ <tr class="status_result departs greybackground">
1797
+
1798
+ <th class="service" scope="rowgroup" rowspan="2">
1799
+ <div class="route_num">176</div>
1800
+ <div class="route_name">Northeast Regional</div>
1801
+
1802
+ </th>
1803
+
1804
+
1805
+ <th class="vector" scope="row">
1806
+ From
1807
+ </th>
1808
+ <td class="city">
1809
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
1810
+ </td>
1811
+ <td class="scheduled">
1812
+
1813
+
1814
+ <div class="time">7:19 pm</div>
1815
+
1816
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1817
+
1818
+
1819
+
1820
+ </td>
1821
+ <td class="act_est">
1822
+
1823
+
1824
+
1825
+ <div class="time">(7:22 pm)</div>
1826
+
1827
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1828
+
1829
+ <I>(estimated)</I>
1830
+
1831
+
1832
+
1833
+ </td>
1834
+ <td class="darkbluetrainstatusbackground">
1835
+
1836
+
1837
+
1838
+
1839
+ Estimated Departure Time: 3 minutes late.<br/>
1840
+
1841
+
1842
+
1843
+
1844
+ </td>
1845
+ </tr>
1846
+
1847
+
1848
+ <tr class="status_result arrives greybackground">
1849
+
1850
+ <th class="vector" scope="row">
1851
+ To
1852
+ </th>
1853
+ <td class="city">
1854
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
1855
+ </td>
1856
+ <td class="scheduled">
1857
+
1858
+
1859
+ <div class="time">8:06 pm</div>
1860
+
1861
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1862
+
1863
+
1864
+ </td>
1865
+ <td class="act_est">
1866
+
1867
+
1868
+
1869
+ <div class="time">(7:51 pm)</div>
1870
+
1871
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1872
+
1873
+ <I>(estimated)</I>
1874
+
1875
+
1876
+
1877
+ </td>
1878
+ <td class="darkbluetrainstatusbackground">
1879
+
1880
+
1881
+
1882
+ Estimated Arrival Time: 15 minutes early.<br/>
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+ </td>
1889
+ </tr>
1890
+
1891
+ </tbody>
1892
+
1893
+
1894
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
1895
+
1896
+
1897
+
1898
+ <tbody>
1899
+
1900
+
1901
+ <tr class="status_result departs whitebackground">
1902
+
1903
+ <th class="service" scope="rowgroup" rowspan="2">
1904
+ <div class="route_num">2168</div>
1905
+ <div class="route_name">Acela Express</div>
1906
+
1907
+ </th>
1908
+
1909
+
1910
+ <th class="vector" scope="row">
1911
+ From
1912
+ </th>
1913
+ <td class="city">
1914
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
1915
+ </td>
1916
+ <td class="scheduled">
1917
+
1918
+
1919
+ <div class="time">7:56 pm</div>
1920
+
1921
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1922
+
1923
+
1924
+
1925
+ </td>
1926
+ <td class="act_est">
1927
+
1928
+
1929
+
1930
+ <div class="time">(7:57 pm)</div>
1931
+
1932
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1933
+
1934
+ <I>(estimated)</I>
1935
+
1936
+
1937
+
1938
+ </td>
1939
+ <td class="lightbluetrainstatusbackground">
1940
+
1941
+
1942
+
1943
+
1944
+ Estimated Departure Time: 1 minute late.<br/>
1945
+
1946
+
1947
+
1948
+
1949
+ </td>
1950
+ </tr>
1951
+
1952
+
1953
+ <tr class="status_result arrives whitebackground">
1954
+
1955
+ <th class="vector" scope="row">
1956
+ To
1957
+ </th>
1958
+ <td class="city">
1959
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
1960
+ </td>
1961
+ <td class="scheduled">
1962
+
1963
+
1964
+ <div class="time">8:38 pm</div>
1965
+
1966
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1967
+
1968
+
1969
+ </td>
1970
+ <td class="act_est">
1971
+
1972
+
1973
+
1974
+ <div class="time">(8:34 pm)</div>
1975
+
1976
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
1977
+
1978
+ <I>(estimated)</I>
1979
+
1980
+
1981
+
1982
+ </td>
1983
+ <td class="lightbluetrainstatusbackground">
1984
+
1985
+
1986
+
1987
+ Estimated Arrival Time: 4 minutes early.<br/>
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+ </td>
1994
+ </tr>
1995
+
1996
+ </tbody>
1997
+
1998
+
1999
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
2000
+
2001
+
2002
+
2003
+ <tbody>
2004
+
2005
+
2006
+ <tr class="status_result departs greybackground">
2007
+
2008
+ <th class="service" scope="rowgroup" rowspan="2">
2009
+ <div class="route_num">2170</div>
2010
+ <div class="route_name">Acela Express</div>
2011
+
2012
+ </th>
2013
+
2014
+
2015
+ <th class="vector" scope="row">
2016
+ From
2017
+ </th>
2018
+ <td class="city">
2019
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
2020
+ </td>
2021
+ <td class="scheduled">
2022
+
2023
+
2024
+ <div class="time">8:54 pm</div>
2025
+
2026
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2027
+
2028
+
2029
+
2030
+ </td>
2031
+ <td class="act_est">
2032
+
2033
+
2034
+
2035
+ <div class="time">(8:55 pm)</div>
2036
+
2037
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2038
+
2039
+ <I>(estimated)</I>
2040
+
2041
+
2042
+
2043
+ </td>
2044
+ <td class="darkbluetrainstatusbackground">
2045
+
2046
+
2047
+
2048
+
2049
+ Estimated Departure Time: 1 minute late.<br/>
2050
+
2051
+
2052
+
2053
+
2054
+ </td>
2055
+ </tr>
2056
+
2057
+
2058
+ <tr class="status_result arrives greybackground">
2059
+
2060
+ <th class="vector" scope="row">
2061
+ To
2062
+ </th>
2063
+ <td class="city">
2064
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
2065
+ </td>
2066
+ <td class="scheduled">
2067
+
2068
+
2069
+ <div class="time">9:34 pm</div>
2070
+
2071
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2072
+
2073
+
2074
+ </td>
2075
+ <td class="act_est">
2076
+
2077
+
2078
+
2079
+ <div class="time">(9:32 pm)</div>
2080
+
2081
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2082
+
2083
+ <I>(estimated)</I>
2084
+
2085
+
2086
+
2087
+ </td>
2088
+ <td class="darkbluetrainstatusbackground">
2089
+
2090
+
2091
+
2092
+ Estimated Arrival Time: 2 minutes early.<br/>
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+ </td>
2099
+ </tr>
2100
+
2101
+ </tbody>
2102
+
2103
+
2104
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
2105
+
2106
+
2107
+
2108
+ <tbody>
2109
+
2110
+
2111
+ <tr class="status_result departs whitebackground">
2112
+
2113
+ <th class="service" scope="rowgroup" rowspan="2">
2114
+ <div class="route_num">94</div>
2115
+ <div class="route_name">Northeast Regional</div>
2116
+
2117
+ </th>
2118
+
2119
+
2120
+ <th class="vector" scope="row">
2121
+ From
2122
+ </th>
2123
+ <td class="city">
2124
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
2125
+ </td>
2126
+ <td class="scheduled">
2127
+
2128
+
2129
+ <div class="time">9:16 pm</div>
2130
+
2131
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2132
+
2133
+
2134
+
2135
+ </td>
2136
+ <td class="act_est">
2137
+
2138
+
2139
+
2140
+ <div class="time">(9:22 pm)</div>
2141
+
2142
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2143
+
2144
+ <I>(estimated)</I>
2145
+
2146
+
2147
+
2148
+ </td>
2149
+ <td class="lightbluetrainstatusbackground">
2150
+
2151
+
2152
+
2153
+
2154
+ Estimated Departure Time: 6 minutes late.<br/>
2155
+
2156
+
2157
+
2158
+
2159
+ </td>
2160
+ </tr>
2161
+
2162
+
2163
+ <tr class="status_result arrives whitebackground">
2164
+
2165
+ <th class="vector" scope="row">
2166
+ To
2167
+ </th>
2168
+ <td class="city">
2169
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
2170
+ </td>
2171
+ <td class="scheduled">
2172
+
2173
+
2174
+ <div class="time">10:02 pm</div>
2175
+
2176
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2177
+
2178
+
2179
+ </td>
2180
+ <td class="act_est">
2181
+
2182
+
2183
+
2184
+ <div class="time">(9:51 pm)</div>
2185
+
2186
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2187
+
2188
+ <I>(estimated)</I>
2189
+
2190
+
2191
+
2192
+ </td>
2193
+ <td class="lightbluetrainstatusbackground">
2194
+
2195
+
2196
+
2197
+ Estimated Arrival Time: 11 minutes early.<br/>
2198
+
2199
+
2200
+
2201
+
2202
+
2203
+ </td>
2204
+ </tr>
2205
+
2206
+ </tbody>
2207
+
2208
+
2209
+ <tr class="spacer"><td colspan="6">&nbsp;</td></tr>
2210
+
2211
+
2212
+
2213
+ <tbody>
2214
+
2215
+
2216
+ <tr class="status_result departs greybackground">
2217
+
2218
+ <th class="service" scope="rowgroup" rowspan="2">
2219
+ <div class="route_num">2172</div>
2220
+ <div class="route_name">Acela Express</div>
2221
+
2222
+ </th>
2223
+
2224
+
2225
+ <th class="vector" scope="row">
2226
+ From
2227
+ </th>
2228
+ <td class="city">
2229
+ <!-- mp_trans_disable_start -->Providence, RI (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=PVD','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">PVD</a>)<!-- mp_trans_disable_end -->
2230
+ </td>
2231
+ <td class="scheduled">
2232
+
2233
+
2234
+ <div class="time">9:54 pm</div>
2235
+
2236
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2237
+
2238
+
2239
+
2240
+ </td>
2241
+ <td class="act_est">
2242
+
2243
+
2244
+
2245
+ <div class="time">(9:55 pm)</div>
2246
+
2247
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2248
+
2249
+ <I>(estimated)</I>
2250
+
2251
+
2252
+
2253
+ </td>
2254
+ <td class="darkbluetrainstatusbackground">
2255
+
2256
+
2257
+
2258
+
2259
+ Estimated Departure Time: 1 minute late.<br/>
2260
+
2261
+
2262
+
2263
+
2264
+ </td>
2265
+ </tr>
2266
+
2267
+
2268
+ <tr class="status_result arrives greybackground">
2269
+
2270
+ <th class="vector" scope="row">
2271
+ To
2272
+ </th>
2273
+ <td class="city">
2274
+ <!-- mp_trans_disable_start -->Boston, MA -<br> Back Bay (<a href="javascript:var child=window.open('http://www.amtrak.com/servlet/Satellite?SnippetName=IBLegacy&pagename=am/AM_Snippet_C/SnippetWrapper&code=BBY','station','directories=0,dependent=1,menubar=0,top=20,left=20,width=680,height=600,scrollbars=1');child.focus();">BBY</a>)<!-- mp_trans_disable_end -->
2275
+ </td>
2276
+ <td class="scheduled">
2277
+
2278
+
2279
+ <div class="time">10:35 pm</div>
2280
+
2281
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2282
+
2283
+
2284
+ </td>
2285
+ <td class="act_est">
2286
+
2287
+
2288
+
2289
+ <div class="time">(10:32 pm)</div>
2290
+
2291
+ <div class="date" style="white-space: nowrap;">Wed Nov 19, 2014</div>
2292
+
2293
+ <I>(estimated)</I>
2294
+
2295
+
2296
+
2297
+ </td>
2298
+ <td class="darkbluetrainstatusbackground">
2299
+
2300
+
2301
+
2302
+ Estimated Arrival Time: 3 minutes early.<br/>
2303
+
2304
+
2305
+
2306
+
2307
+
2308
+ </td>
2309
+ </tr>
2310
+
2311
+ </tbody>
2312
+
2313
+
2314
+
2315
+ </table>
2316
+ </div>
2317
+ <div class="top_left"></div><div class="top_right"></div>
2318
+
2319
+ <br class="clear_both" />
2320
+ </div>
2321
+ </div>
2322
+
2323
+
2324
+
2325
+
2326
+
2327
+
2328
+ <meta name="WT.cg_s" content="status" />
2329
+
2330
+ <meta name="DCSext.NBR" content="preencoded:174;2164;2166;176;2168;2170;94;2172" />
2331
+ <meta name="DCSext.ORG" content="PVD" />
2332
+ <meta name="DCSext.DST" content="BBY" />
2333
+ <meta name="DCSext.DDT" content="2014/11/19" />
2334
+ <meta name="DCSext.ADT" content="2014/11/19" />
2335
+
2336
+
2337
+
2338
+ </form>
2339
+ </div>
2340
+ <br class="clear_both" />
2341
+ </div>
2342
+ </div>
2343
+ </div>
2344
+
2345
+
2346
+ <script language="JavaScript">
2347
+ <!--
2348
+ function getProfileStr(){
2349
+ return 'amtrak';
2350
+ }
2351
+ document.write('<meta name="DCSext.PROFILE" content="'+getProfileStr()+'" />');
2352
+ // -->
2353
+ </script>
2354
+ <meta name="WT.cg_n" content="booking" />
2355
+
2356
+ <meta name="DCSext.REDISP" content="Y" />
2357
+
2358
+
2359
+
2360
+ <!-- START OF SmartSource Data Collector TAG -->
2361
+ <!-- Copyright (c) 1996-2011 WebTrends Inc. All rights reserved. -->
2362
+ <!-- Version: 9.3.0 -->
2363
+ <!-- Tag Builder Version: 3.1 -->
2364
+ <!-- Created: 2/11/2011 4:14:35 PM -->
2365
+ <script src="/itd/project/scripts/en/sitewise/webtrends_session.js" type="text/javascript"></script>
2366
+ <!-- ----------------------------------------------------------------------------------- -->
2367
+ <!-- Warning: The two script blocks below must remain inline. Moving them to an external -->
2368
+ <!-- JavaScript include file can cause serious problems with cross-domain tracking. -->
2369
+ <!-- ----------------------------------------------------------------------------------- -->
2370
+ <script type="text/javascript">
2371
+ //<![CDATA[
2372
+ var _tag=new WebTrends();
2373
+ var defSiteWiseParams = "&PROFILE=amtrak&WT.cg_n=booking";
2374
+ var CMS_dcsqry = window.location.search + defSiteWiseParams;
2375
+ //]]>
2376
+ </script>
2377
+ <script type="text/javascript">
2378
+ //<![CDATA[
2379
+ _tag.dcsCustom=function(){
2380
+ // Add custom parameters here.
2381
+ //_tag.DCSext.param_name=param_value;
2382
+ }
2383
+ _tag.dcsCollect();
2384
+ //]]>
2385
+ </script>
2386
+ <noscript>
2387
+ <div><img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="http://statse.webtrendslive.com/dcsn42u4k11e5hyzziz7zntl5_1j8l/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;DCS.dcscfg=1&amp;WT.tv=9.3.0&amp;WT.dcssip=www.amtrak.com"/></div>
2388
+ </noscript>
2389
+ <!-- END OF SmartSource Data Collector TAG -->
2390
+
2391
+
2392
+ <!-- javascript for SSO -->
2393
+ <script type="text/javascript">
2394
+ var agrHost = (("https:"== document.location.protocol) ? "https://agr.amtrak.com/m/js":"http://agr.amtrak.com/m/js");
2395
+ document.write(
2396
+ unescape("%3Cscript src='" + agrHost + "/shoebox-simple.js' type='text/javascript'%3E%3C/script%3E")
2397
+ );
2398
+ </script>
2399
+ <!-- mp_trans_remove_start --><script type="text/javascript" language="javascript" src='https://askjulie.amtrak.com/ui/includes/NIT.Embed.js' id="agentScript"></script><!-- mp_trans_remove_end -->
2400
+ </body>
2401
+ </html>