-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlr.html
752 lines (549 loc) · 37.6 KB
/
lr.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<base href="http://www.laterooms.com/en/"/>
<title>
Late Rooms-Cheap Hotels, Discount Hotels & Last Minute Hotels Deals. Make Hotel Reservations & Book Hotels with Hotel Offers.
</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Find cheap hotels, discount hotels and last minute hotel deals at LateRooms.com - the Hotel Offers Experts. Book hotels & make hotel reservations online or by phone"/>
<meta name="keywords" content="hotels,cheap hotels,hotel deals,last minute hotels,discount hotels,last minute hotel deals,hotel offers,book hotels,hotel reservations,find hotels,late rooms,laterooms"/>
<meta name="language" http-equiv="Content-Language" content="en"/>
<meta name="robots" content="index,follow"/>
<meta name="Expires" content="Mon, 20 Jul 1970 11:12:01 GMT"/>
<meta name="Pragma" content="no-cache"/>
<meta name="Cache-Control" content="no-cache, must-revalidate"/>
<meta name="Expires" content="-1"/>
<meta name="Expires" content="-1"/>
<link rel="canonical" href="http://www.laterooms.com/"/>
<link rel="icon" type="image/gif" href="http://images.laterooms.com/favicon.gif"/>
<link rel="shortcut icon" type="image/gif" href="http://images.laterooms.com/favicon.gif"/>
<link rel="publisher" href="https://plus.google.com/109581939812786002313"/>
<link href="/CombinedAssets/FB6E853AEEA86EB5A24CA108AEFEC855.css" rel="stylesheet" />
<link href="/CombinedAssets/0661EFDF5A822F3BA4F5129F446B6CBB.css" rel="stylesheet" />
<link href="/CombinedAssets/989DABE8D5854C898D7D2D8F74509F02.css" rel="stylesheet" />
<link href="/CombinedAssets/D41D8CD98F00B204E9800998ECF8427E.css" rel="stylesheet" />
<!-- Maxymiser script start -->
<script type="text/javascript" src="/Script/Maxymiser/mmcore.js?ver=84273_9794"></script>
<script type="text/javascript">
try {
window.mmcore._Init(true);
if (window.mmPageID) mmcore.SetPageID(window.mmPageID);
mmcore.CGRequest(function(){mmcore.inline_state=false});
} catch (e) {}
</script>
<!-- Maxymiser script end -->
<script type="text/javascript">var applicationPath = '/'</script>
<script type="text/javascript" src="/Script/TeaLeaf/TealeafSDKConfig.js"></script>
<script type="text/javascript" src="/Script/TeaLeaf/TealeafSDK.js"></script>
<script type="text/javascript" src="/assets/js/mootools/mootools-core-1.4.5-full-compat-yc.js?ver=84273_9794"></script>
<script type="text/javascript" src="/assets/js/mootools/mootools-more-1.4.0.1-compat-yc.js?ver=84273_9794"></script>
<!--If you're changing the versions, also edit main.aspx-->
<script type="text/javascript" src="http://images.laterooms.com/hotel-brands/_lrhomepage/brands.en.js"></script>
<meta name="verify-v1" content="Mh1COViVJym1UxmSlkyd8h2wiKlP/mifNR0JKyE4Ppo="/>
<meta name="verify-v1" content="TiIiSAJXRM3xJ4Kgl8V2Bkd8yXP6flkM43LeJrXm1yg="/>
<meta name="verify-v1" content="bIuKksChdE4kROvxIBFamjnAdptaTXssR7YWPd32VX8="/>
<meta name="verify-v1" content="34vHxjwPYL4mpMnb2XjI6JYoepkq8aoJhPOrDFJb2io="/>
<META NAME="WT.cg_n" CONTENT="Homepage"/>
<META NAME="WT.pi" CONTENT="Homepage"/>
<META NAME="WT.si_n" CONTENT="Main Booking Process"/>
<META NAME="WT.si_x" CONTENT="1"/>
<script type="text/javascript" src="/Script/scripts2/shared/userprofile.js?84273_9794"></script>
<script src='//d3c3cq33003psk.cloudfront.net/opentag-40183-104882.js' async defer></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-324587-1']);
_gaq.push(['_setDomainName', 'laterooms.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- START OF SmartSource Data Collector TAG v10.2.0 -->
<!-- Copyright (c) 2012 Webtrends Inc. All rights reserved. -->
<script>_tag={exRates:{},siteCurrencies:{}};</script>
<script src="/Script/webtrends/async/webtrendsMC_config.js" type="text/javascript"></script>
<script>
window.webtrendsAsyncInit=function(){
var dcs=new Webtrends.dcs().init({
dcsid:"dcsedwiumuz5bd2ezhvf2bnqc_8f7d"
,domain:"statse.webtrendslive.com"
,fpcdom:".laterooms.com"
,timezone:0
,i18n:false
,splitvalue:"LateRoomsEN"
,plugins:{
mc:{src:"/Script/webtrends/async/webtrendsMC.js"}
,mca:{src:"/Script/webtrends/async/webtrendsMCadd.js"}
,hm:{src:"//s.webtrends.com/js/webtrends.hm.js"}
,gplus:{src:"/Script/webtrends/plugins/webtrends.gplus.js"}
}
});
dcs.WT.z_language="EN";
dcs.track();
};
(function(){
var s=document.createElement("script"); s.async=true; s.src="/Script/webtrends/async/webtrends.js";
var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2);
}());
</script>
<!-- END OF SmartSource Data Collector TAG v10.2.0 -->
</head>
<body>
<div id="wrapper">
<div id="container">
<div id="header">
<div id="strapline"></div>
<img id="lr-logo-right" src="/assets/images/global/layout/header-skyline.png" alt='Cheap Hotels at LateRooms'/>
</div>
<div id="content">
<div id="home">
<div id="top" class="container">
<script>var SearchBoxTextSelectEnabled=true;</script>
<div id="find" class="grid_x">
<div class="top"></div>
<div class="pad">
<div id="searchtitle"></div>
<form method="post" action="http://54.246.80.107/api/hotels.php" name="searchbox">
<ul>
<li>
<label for="txtSearch" class="desc">Enter your destination</label>
<input type="text" title="Hotel, attraction, postcode" class="txt topbox" autocomplete="off" id="txtSearch" name="k" value="Hotel, attraction, postcode"/>
</li>
<li>
<label for="date" class="desc">Arrival date</label>
<select class="txt calendar" id="date" name="d"></select>
</li>
<li>
<label for="ddlNights" class="desc">No. of nights</label>
<select id="ddlNights" name="n" class="txt">
<option selected="selected" value="1">1 night</option>
<option value="2">2 nights</option>
<option value="3">3 nights</option>
<option value="4">4 nights</option>
<option value="5">5 nights</option>
<option value="6">6 nights</option>
<option value="7">7 nights</option>
<option value="8">8 nights</option>
<option value="9">9 nights</option>
<option value="10">10 nights</option>
<option value="11">11 nights</option>
<option value="12">12 nights</option>
<option value="13">13 nights</option>
<option value="14">14 nights</option>
</select>
</li>
<li>
<label id="roomSleeps" class="desc">Room sleeps</label>
<div class="left narrow">
<label for="ddlRoomTypeAdult" class="desc sublabel">Adults</label>
<select id="ddlRoomTypeAdult" name="rt-adult" class="txt">
<option selected="selected" 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>
</div>
<div class="narrow">
<label for="ddlRoomTypeChild" class="desc sublabel">Children</label>
<select id="ddlRoomTypeChild" name="rt-child" class="txt">
<option selected="selected" value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</div>
<div class="cl"></div>
<input type="hidden" name="rt" id="rt" value="1-0"/>
</li>
<li class="txtrgt"><input id="search" value="do" type="submit"/></li>
</ul>
</form>
</div>
<div class="bot"></div>
</div>
<div id="teaser" class="grid_x">
<div class="mar">
<h1><img src="http://images.laterooms.com/dizzy/en/homepage/titlewelcome.gif" alt="Hotels - cheap hotels & last minute hotels"/></h1>
<p style="margin-bottom:5px; padding:0;">Here are some great reasons to book your next stay with us…</p>
<ul style="margin-top:0px;list-style: circle;!important">
<li>• Book now, pay when you stay¹</li>
<li>• No booking or cancellation fees²</li>
<li>• Book online or by telephone 24/7</li>
<li>• Instant email confirmation</li>
<li>• Book faster & leave reviews with <a rel="nofollow" href="http://54.246.80.107/test.html">My Account</a></li>
<li>• Up to 70% off all kinds of stays for every need</li>
<li>• 98% of guests would recommend us to a friend</li>
<li>• 1.4m+ genuine hotel reviews from our bookers</li>
<li><div xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Review-aggregate">
<span property="v:reviewer" content="LateRooms.com customer reviews"></span>
• <span property="v:itemreviewed">LateRooms.com</span>
has an average review score of
<span rel="v:rating">
<span typeof="v:Rating">
<span property="v:average">4.6</span>
out of
<span property="v:best">5</span>
</span>
</span>
based on
<span property="v:count">687</span> user reviews
</div>
</li>
</ul>
<p style="margin:4px 0;padding:0;font-size:10px;!important"><em>¹Some hotels may offer advanced purchase. ²If you cancel within the hotel’s cancellation period.</em></p>
<p>
<a href="http://laterooms.custhelp.com/app/answers/list/kw/a%5Cuserguide/search/1" rel="nofollow">User Guide</a> / <a href="http://laterooms.custhelp.com/app/home" rel="nofollow">FAQ</a>
</p>
</div>
</div>
<div id="toprated" class="grid_x">
<div class="top"></div>
<div class="mid">
<div class="pad">
<div id="tr-viewport">
<div id="tr-frameslide"></div>
<div id="toprateload"></div>
<div id="topratedtitle"></div>
</div>
<div id="arrow-lft"></div>
<div id="arrow-rgt"></div>
</div>
</div>
<div class="bot"></div>
</div>
<div class="cl"></div>
<div id="social-widgets">
<!-- Facebook Like -->
<iframe src="http://www.facebook.com/plugins/like.php?app_id=216966695021397&href=https://www.facebook.com/laterooms&send=false&layout=button_count&width=80&show_faces=false&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
<!-- Google plus -->
<g:plusone size="medium" href="http://www.laterooms.com" callback="WebTrendsGPlusTrack"></g:plusone>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
<div id="mid" class="container">
<div id="dealscont" class="grid_x"><div id="emaildeals" class="diag">
<div class="ctop"><div></div></div>
<div class="mid">
<div class="pad">
<div class="emailtitle">
<img alt="Deals by Email" src="http://images.laterooms.com/dizzy/homepage/270509/en/emailtitles.gif"/>
</div>
<p>Receive our latest top hotel deals direct to your inbox.</p>
<form class="dealstextbox" method="post" action="Subscribe.aspx">
<input type="text" id="txtDByEmail" name="txtDByEmail" value="Enter your email address" onblur="if ((1) && (this.value=='')) this.value=this.defaultValue;" onfocus="if (this.value==this.defaultValue) this.value='';"/>
<div class="txtrgt">
<input type="image" style="" src="http://images.laterooms.com/dizzy/homepage/270509/en/signup-btn.gif" id="btnByEmail" class="btn" onclick="return DBYESubscribe(this);"/>
</div>
</form>
<div class="followustitle">
<img alt="Follow LateRooms on Twitter and Facebook" src="http://images.laterooms.com/dizzy/homepage/270509/en/followustitle.gif"/>
</div>
<p>Follow LateRooms.com on <a href="http://twitter.com/laterooms" target="_blank">Twitter</a>, <a href="http://www.facebook.com/laterooms" target="_blank">Facebook</a> & the <a href="http://blog.laterooms.com/" target="_blank">Blog</a>.</p>
<div class="twitfacricon">
<a href="http://twitter.com/laterooms" target="_blank"><img src="http://images.laterooms.com/dizzy/homepage/270509/en/twittericon.png" border="0" alt="Twitter"/></a>
<a href="http://www.facebook.com/laterooms" target="_blank"><img src="http://images.laterooms.com/dizzy/homepage/270509/en/facebookicon.png" border="0" alt="Facebook"/></a>
<a href="http://blog.laterooms.com/" target="_blank"><img src="http://images.laterooms.com/dizzy/homepage/270509/en/blogicon.png" border="0" alt="LateRooms.com Blog"/></a>
</div>
</div>
</div>
<div class="cbot"><div></div></div>
</div>
</div>
<div id="choice" class="grid_x">
<a rel="nofollow" href="http://images.laterooms.com/live-promotion1/index.html"><img alt="" src="http://images.laterooms.com/live-promotion1/panel.jpg"/></a>
</div>
<div id="vid" class="grid_x">
<a rel="nofollow" href="http://images.laterooms.com/live-promotion2/index.html?hpa=2"><img alt="" src="http://images.laterooms.com/live-promotion2/panel.jpg"/></a>
</div>
<div class="cl"></div>
</div>
<div id="bot" class="container">
<div class="grid_x">
<div id="weather" class="diag">
<div class="ctop"><div></div></div>
<div class="mid">
<div class="pad">
<div class="title"><img alt="" src="http://images.laterooms.com/dizzy/homepage/270509/en/weathertitle.gif"/></div>
<table cellspacing="0" cellpadding="0">
<tr>
<td><a rel="nofollow" href="k11101574_dubai-hotels.aspx" class="non">Dubai</a></td>
<td width="35" class="deg"><img alt="" title="Clear" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/clr.gif"/></td>
<td class="deg">27°C</td>
<td class="deg"><small>305 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/179467_nihal-dubai.aspx" class="pr"><strong>£46.84</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k13652155_milan-hotels.aspx" class="non">Milan</a></td>
<td width="35" class="deg"><img alt="" title="Cloudy with outbreaks of Rain" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/rain.gif"/></td>
<td class="deg">7°C</td>
<td class="deg"><small>266 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/222099_hotel-ambra-milano.aspx" class="pr"><strong>£34.36</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k13197545_hong-kong-hotels.aspx" class="non">Hong Kong</a></td>
<td width="35" class="deg"><img alt="" title="Overcast" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/cloudy.gif"/></td>
<td class="deg">24°C</td>
<td class="deg"><small>159 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/197809_paris-guest-house-hong-kong.aspx" class="pr"><strong>£34.81</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k15795943_palma-hotels.aspx" class="non">Palma</a></td>
<td width="35" class="deg"><img alt="" title="Patchy Rain" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/scatrain.gif"/></td>
<td class="deg">10°C</td>
<td class="deg"><small>72 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/226624_hostal-pinar-palma-de-mallorca.aspx" class="pr"><strong>£38.66</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k16296355_manchester-hotels.aspx" class="non">Manchester</a></td>
<td width="35" class="deg"><img alt="" title="Cloudy with outbreaks of Rain" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/rain.gif"/></td>
<td class="deg">6°C</td>
<td class="deg"><small>120 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/2511_old-trafford-lodge-manchester.aspx" class="pr"><strong>£34.00</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k16837028_dublin-hotels.aspx" class="non">Dublin</a></td>
<td width="35" class="deg"><img alt="" title="Sunny Spells" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/mscloudy.gif"/></td>
<td class="deg">7°C</td>
<td class="deg"><small>186 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/256691_marilyn-mansion-dublin.aspx" class="pr"><strong>£24.91</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k12560938_cairo-hotels.aspx" class="non">Cairo</a></td>
<td width="35" class="deg"><img alt="" title="Clear" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/clr.gif"/></td>
<td class="deg">26°C</td>
<td class="deg"><small>42 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/202570_isis-hotel-cairo.aspx" class="pr"><strong>£17.18</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k16281408_brighton-hotels.aspx" class="non">Brighton</a></td>
<td width="35" class="deg"><img alt="" title="Cloudy with outbreaks of Rain" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/rain.gif"/></td>
<td class="deg">4°C</td>
<td class="deg"><small>133 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/13255_preston-park-hotel-brighton.aspx" class="pr"><strong>£36.00</strong></a></td>
</tr>
<tr>
<td><a rel="nofollow" href="k16298328_newquay-hotels.aspx" class="non">Newquay</a></td>
<td width="35" class="deg"><img alt="" title="Patchy Rain" src="http://images.laterooms.com/NEWHOMPAGE/images/weather/scatrain.gif"/></td>
<td class="deg">11°C</td>
<td class="deg"><small>165 Hotels</small></td>
<td style="text-align: right;"><small>doubles from</small> <a rel="nofollow" href="hotel-reservations/254648_auberge-asterisk-st-austell.aspx" class="pr"><strong>£40.00</strong></a></td>
</tr>
</table>
</div>
</div>
<div class="cbot"><div></div></div>
</div>
</div>
<div id="easter" class="grid_x">
<a rel="nofollow" href="http://images.laterooms.com/live-promotion3/index.html?hpa=3"><img alt="" src="http://images.laterooms.com/live-promotion3/panel.jpg"/></a>
</div>
<div class="cl"></div>
</div>
<div class="container">
<div id="brands"></div>
<div class="cl"></div>
<div class="grid_12">
<p class="esseeeowelinks"><a href="r1_hotels-in-england.aspx" class="esseeeowelinkstitle" title="Hotels in England"><span class="esseeeowelinkstitle">Hotels in England:</span></a> <a href="k16295585_london-hotels.aspx" title="Hotels in London">London Hotels</a> | <a href="k16279504_bath-hotels.aspx" title="Hotels in Bath">Bath Hotels</a> | <a href="k16280256_birmingham-hotels.aspx" title="Hotels in Birmingham">Birmingham Hotels</a> | <a href="k16280441_blackpool-hotels.aspx" title="Hotels in Blackpool">Blackpool Hotels</a> | <a href="k17183357_bournemouth-hotels.aspx" title="Hotels in Bournemouth">Bournemouth Hotels</a> | <a href="k16281408_brighton-hotels.aspx" title="Hotels in Brighton">Brighton Hotels</a> | <a href="k16281449_bristol-hotels.aspx">Bristol Hotels</a> | <a href="k16282392_cambridge-hotels.aspx">Cambridge Hotels</a> | <a href="k16283308_cheltenham-hotels.aspx">Cheltenham Hotels</a> | <a href="k16283350_chester-hotels.aspx">Chester Hotels</a> | <a href="k16284641_coventry-hotels.aspx">Coventry Hotels</a> | <a href="k16287809_exeter-hotels.aspx">Exeter Hotels</a> | <a href="k16290884_harrogate-hotels.aspx">Harrogate Hotels</a> | <a href="k16843804_lake-district-hotels.aspx">Lake District Hotels</a> | <a href="k16294317_leeds-hotels.aspx">Leeds Hotels</a> | <a href="k16294936_liverpool-hotels.aspx">Liverpool Hotels</a> | <a href="k16296355_manchester-hotels.aspx">Manchester Hotels</a> | <a href="k16298218_newcastle-hotels.aspx">Newcastle Hotels</a> | <a href="k16298328_newquay-hotels.aspx">Newquay Hotels</a> | <a href="k16298835_norwich-hotels.aspx">Norwich Hotels</a> | <a href="k16298850_nottingham-hotels.aspx">Nottingham Hotels</a> | <a href="k16299423_oxford-hotels.aspx">Oxford Hotels</a> | <a href="k16300126_plymouth-hotels.aspx">Plymouth Hotels</a> | <a href="k16300940_reading-hotels.aspx">Reading Hotels</a> | <a href="k16302469_scarborough-hotels.aspx">Scarborough Hotels</a> | <a href="k16302933_sheffield-hotels.aspx">Sheffield Hotels</a> | <a href="k16304646_stratford-hotels.aspx">Stratford Hotels</a> | <a href="k16305980_torquay-hotels.aspx">Torquay Hotels</a> | <a href="k16308280_windermere-hotels.aspx">Windermere Hotels</a> | <a href="k16308894_york-hotels.aspx">York Hotels</a></p>
<p class="esseeeowelinks"><a href="r2_hotels-in-scotland.aspx" class="esseeeowelinkstitle"><span class="esseeeowelinkstitle">Hotels in Scotland:</span></a> <a href="k16287261_edinburgh-hotels.aspx">Edinburgh Hotels</a> | <a href="k16289408_glasgow-hotels.aspx">Glasgow Hotels</a> | <a href="k16277298_aberdeen-hotels.aspx">Aberdeen Hotels</a> | <a href="k16286614_dundee-hotels.aspx">Dundee Hotels</a> | <a href="k16299913_perth-hotels.aspx">Perth Hotels</a> | <a href="k16288614_fort-william-hotels.aspx">Fort William Hotels</a> | <a href="k16291473_highlands-hotels.aspx">Highlands Hotels</a></p>
<p class="esseeeowelinks"><a href="r3_hotels-in-wales.aspx" class="esseeeowelinkstitle"><span class="esseeeowelinkstitle">Hotels in Wales:</span></a> <a href="k16282562_cardiff-hotels.aspx">Cardiff Hotels</a> | <a href="k16305002_swansea-hotels.aspx">Swansea Hotels</a> | <a href="k16298319_newport-hotels.aspx">Newport Hotels</a> | <a href="k16295060_llandudno-hotels.aspx">Llandudno Hotels</a></p>
<p class="esseeeowelinks"><a href="r5_hotels-in-republic-of-ireland.aspx" class="esseeeowelinkstitle"><span class="esseeeowelinkstitle">Hotels in Ireland:</span></a> <a href="k16837028_dublin-hotels.aspx">Dublin Hotels</a> | <a href="k16837518_cork-hotels.aspx">Cork Hotels</a> | <a href="k16837621_galway-hotels.aspx">Galway Hotels</a> | <a href="k16860014_limerick-hotels.aspx">Limerick Hotels</a> | <a rel="nofollow" href="k16837173_killarney-hotels.aspx">Killarney Hotels</a> | <a rel="nofollow" href="k16837622_waterford-hotels.aspx">Waterford Hotels</a> | <a rel="nofollow" href="k16837623_wexford-hotels.aspx">Wexford Hotels</a></p>
<p class="esseeeowelinks"><a href="r4_hotels-in-northern-ireland.aspx" class="esseeeowelinkstitle"><span class="esseeeowelinkstitle">Hotels in Northern Ireland:</span></a> <a href="k16279755_belfast-hotels.aspx">Belfast Hotels</a></p>
<p class="esseeeowelinks"><span class="esseeeowelinkstitle">Popular city breaks:</span> <a href="k12835253_paris-hotels.aspx">Paris Hotels</a> | <a href="k12832640_nice-hotels.aspx">Nice Hotels</a> | <a href="k15765562_barcelona-hotels.aspx">Barcelona Hotels</a> | <a href="k14605275_amsterdam-hotels.aspx">Amsterdam Hotels</a> | <a href="k12672232_prague-hotels.aspx">Prague Hotels</a> | <a href="k12936832_berlin-hotels.aspx">Berlin Hotels</a> | <a href="k13659368_rome-hotels.aspx">Rome Hotels</a> | <a href="k13652155_milan-hotels.aspx">Milan Hotels</a> | <a href="k13645939_florence-hotels.aspx">Florence Hotels</a> | <a href="k13667136_venice-hotels.aspx">Venice Hotels</a> | <a href="k13653788_naples-hotels.aspx">Naples Hotels</a> | <a href="k15790393_madrid-hotels.aspx">Madrid Hotels</a> | <a href="k13028673_munich-hotels.aspx">Munich Hotels</a> | <a href="http://www.laterooms.com/au/k11513504_sydney-hotels.aspx">Sydney Hotels</a></p>
<p class="esseeeowelinks"><a rel="nofollow" href="r21686_hotels-in-world.aspx" title="Hotels in World" class="esseeeowelinkstitle"><span class="esseeeowelinkstitle">World Regions:</span></a> <a rel="nofollow" href="r101_hotels-in-europe.aspx" title="Hotels in Europe">Hotels in Europe</a> | <a rel="nofollow" href="r21680_hotels-in-africa.aspx" title="Hotels in Africa">Hotels in Africa</a> | <a rel="nofollow" href="r21681_hotels-in-south-america.aspx" title="Hotels in South America">Hotels in South America</a> | <a rel="nofollow" href="r21682_hotels-in-north-america.aspx" title="Hotels in North America">Hotels in North America</a> | <a rel="nofollow" href="r21683_hotels-in-asia.aspx" title="Hotels in Asia">Hotels in Asia</a> | <a href="r21684_hotels-in-australasia.aspx" title="Hotels in Australasia">Hotels in Australasia</a></p>
<p class="esseeeowelinks"><a rel="nofollow" href="r21686_hotels-in-world.aspx" title="Hotels in World" class="esseeeowelinkstitle"><span class="esseeeowelinkstitle">Other Regions in World:</span></a> <a href="r7_hotels-in-italy.aspx" title="Hotels in Italy">Hotels in Italy</a> | <a href="r31_hotels-in-france.aspx" title="Hotels in France">Hotels in France</a> | <a href="r62_hotels-in-spain.aspx" title="Hotels in Spain">Hotels in Spain</a> | <a rel="nofollow" href="r24_hotels-in-germany.aspx" title="Hotels in Germany">Hotels in Germany</a> | <a rel="nofollow" href="r25_hotels-in-netherlands.aspx" title="Hotels in Netherlands">Hotels in Netherlands</a> | <a rel="nofollow" href="r57_hotels-in-portugal.aspx" title="Hotels in Portugal">Hotels in Portugal</a> | <a rel="nofollow" href="r14_hotels-in-belgium.aspx" title="Hotels in Belgium">Hotels in Belgium</a> | <a rel="nofollow" href="r6_hotels-in-usa.aspx" title="Hotels in USA">Hotels in USA</a> | <a rel="nofollow" href="r80_hotels-in-new-zealand.aspx" title="Hotels in New Zealand">Hotels in New Zealand</a></p>
</div>
<div class="cl"></div>
</div>
</div>
<div id="footer"><div id="footer2">
<p>
<a accesskey="C" href="http://laterooms.custhelp.com/app/answers/detail/a_id/7/" rel="nofollow">Contact Us</a> |
<a accesskey="T" href="static/TermsOfUse.mvc" rel="nofollow">Terms and Conditions</a> |
<a accesskey="P" href="static/TermsOfUse.mvc#s4" rel="nofollow">Privacy Policy</a> |
<a accesskey="U" href="static/CookieUsage.mvc" rel="nofollow">Cookie Usage</a> |
<a accesskey="D" href="static/LegalDisclaimer.mvc" rel="nofollow">Disclaimer</a> |
<a href="static/AboutUs.mvc" rel="nofollow">About Us</a> |
<a href="JobOpportunities.mvc" rel="nofollow">Job Opportunities</a> |
<a href="static/ThingsCare.mvc" rel="nofollow">Things we care about</a> |
<a href="http://mediacentre.laterooms.com">Media Centre</a> |
<a accesskey="E" href="http://laterooms.custhelp.com/app/answers/list/kw/a%5Cuserguide/search/1" rel="nofollow">User Guide</a>
| <a href="http://laterooms.custhelp.com/app/home" rel="nofollow">FAQ</a>
<br/>
<a href="business-hotel-booking-services.aspx" rel="nofollow">Business Booking</a> |
<a href="http://affiliates.laterooms.com/en/Index.aspx" rel="nofollow">Affiliates</a> |
<a href="http://hoteladmin.laterooms.com/en/SignIn.aspx" rel="nofollow">Hotel Admin</a> |
<a href="static/AddYourHotel.mvc" rel="nofollow">Add your hotel</a>
| <a href="static/travel-resources.mvc">Resources</a>
<br/>
<a href="http://www.laterooms.com/fr/" onClick="SetLrCookieLan('FR')">
Français
</a>
|
<a href="http://www.laterooms.com/de/" onClick="SetLrCookieLan('DE')">
Deutsch
</a>
|
<a href="http://www.laterooms.com/it/" onClick="SetLrCookieLan('IT')">
Italiano
</a>
|
<a href="http://www.laterooms.com/es/" onClick="SetLrCookieLan('ES')">
Español
</a>
|
<a href="http://www.laterooms.com.au/" onClick="SetLrCookieLan('EN')">
Australia
</a>
<br/>Copyright © 1999 - 2013 LateRooms Ltd
</p>
</div>
</div><div id="menu-topright">
<div id="userModal">
</div>
<div id="userProfile" title="Change This">
<span>English</span>
<img id="uprflag" src="http://images.laterooms.com/order/layout/global/flags/gb.png" alt="GB"/>
<span id="upcurr">GBP</span>
<script language="javascript" type="text/javascript">
var upSettings = new Object();
upSettings.userProfileUrls = [{"countrycode":"GB","languagecode":"EN","url":"http%3a%2f%2fwww.laterooms.com%2f"},{"countrycode":"FR","languagecode":"FR","url":"http%3a%2f%2fwww.laterooms.com%2ffr%2f"},{"countrycode":"DE","languagecode":"DE","url":"http%3a%2f%2fwww.laterooms.com%2fde%2f"},{"countrycode":"IT","languagecode":"IT","url":"http%3a%2f%2fwww.laterooms.com%2fit%2f"},{"countrycode":"ES","languagecode":"ES","url":"http%3a%2f%2fwww.laterooms.com%2fes%2f"},{"countrycode":"AU","languagecode":"EN","url":"http%3a%2f%2fwww.laterooms.com.au%2f"},{"countrycode":"","languagecode":"EN","url":"http%3a%2f%2fwww.laterooms.com%2f"},{"countrycode":"","languagecode":"FR","url":"http%3a%2f%2fwww.laterooms.com%2f"},{"countrycode":"","languagecode":"DE","url":"http%3a%2f%2fwww.laterooms.com%2f"},{"countrycode":"","languagecode":"IT","url":"http%3a%2f%2fwww.laterooms.com%2f"},{"countrycode":"","languagecode":"ES","url":"http%3a%2f%2fwww.laterooms.com%2f"}]
upSettings.userOldProfile = new Object();
upSettings.userOldProfile.countrycode = 'GB';
upSettings.userOldProfile.languagecode = 'EN';
upSettings.userOldProfile.currencycode = 'GBP';
upSettings.userOldProfile.setbyuser = 'false';
</script>
</div>
<div id="menu-topright-links">
<span class="menu-divider divider-first">
<a rel="nofollow" href="MyAccount.mvc">Login to My Account</a> or <a rel="nofollow" href="MyAccountRegistration.mvc">Register</a>
</span>
<span class="menu-divider divider-first">
<a href="ManageBooking.mvc" rel="nofollow">My Booking</a>
</span>
</div>
</div>
<a href="http://www.laterooms.com/" id="lr-logo">last minute hotels</a>
<div id="navigation">
<ul id="navi" class="nav">
<ul>
<li class=" on nav-first">
<span>Home</span>
</li>
<li class=" ">
<a href="http://54.246.80.107/api/hotels.php" rel="nofollow">Search</a>
</li>
<li class=" ">
<a href="special-offers.mvc">Special Offers</a>
</li>
<li class=" ">
<a href="city-guides.aspx">City Guides</a>
</li>
<li class=" ">
<a href="business-hotel-booking-services.aspx" rel="nofollow">Corporate</a>
</li>
<li class="nav-parent ">
<a href="javascript:void;">About Us</a>
<ul class="nav-child">
<li class=" nav-first ">
<a href="static/AboutUs.mvc" rel="nofollow">Who We Are</a>
</li>
<li class=" ">
<a href="http://laterooms.custhelp.com/app/answers/list" rel="nofollow">Help</a>
</li>
<li class=" nav-last ">
<a href="http://laterooms.custhelp.com/app/home" rel="nofollow">Customer Support</a>
</li>
</ul>
</li>
<li class="nav-parent ">
<a href="javascript:void(0);">Other Services</a>
<ul class="nav-child">
<li class=" nav-first ">
<a href="static/holiday-cottages.mvc" rel="nofollow">Book a Cottage</a>
</li>
<li class=" ">
<a href="static/london-theatre-tickets.mvc" rel="nofollow">Book London Theatre Tickets</a>
</li>
<li class=" nav-last ">
<a href="http://carhire.laterooms.com/default.aspx?Language_ID=2" rel="nofollow">Hire a Car</a>
</li>
</ul>
</li>
<li class="sub-link">
<a href="javascript:void(0);" id="addThisLink">Share</a>
</li>
</ul>
</ul>
</div>
</div>
<script language="javascript1.1" type="text/javascript" src="http://cdn.flashtalking.com/container/4416/4416.js?Homepage&cachebuster=634953205906134660"></script>
<script>
var res = [{"HotelId":233418,"Name":"Source Hôtel","Location":"Paris","FriendlyName":"hotel-reviews/233418_source-hotel-paris.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/233418/gallery/source-hotel-paris_250720112218134500.jpg","FormattedPrice":"£81.61"},{"HotelId":218427,"Name":"The Royal Oak Country Inn","Location":"GRANTHAM","FriendlyName":"hotel-reviews/218427_the-royal-oak-country-inn-grantham.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/218427/gallery/the-royal-oak-country-inn-grantham_190820101518156886.jpg","FormattedPrice":"£39.00"},{"HotelId":179693,"Name":"Burjuman Arjaan by Rotana, Dubai","Location":"Dubai","FriendlyName":"hotel-reviews/179693_burjuman-rotana-suites-dubai.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/179693/gallery/burjuman-rotana-suites-dubai_151220091359420873.jpg","FormattedPrice":"£118.65"},{"HotelId":92163,"Name":"Hillbark Hotel","Location":"Wirral","FriendlyName":"hotel-reviews/92163_hillbark-hotel-liverpool.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/92163/gallery/hillbark-hotel-liverpool_150820120932397551.jpg","FormattedPrice":"£160.00"},{"HotelId":194185,"Name":"THE OLD STAGS HEAD (former pub)","Location":"TAUNTON","FriendlyName":"hotel-reviews/194185_the-old-stags-head-former-pub-taunton.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/194185/gallery/the-old-stags-head-former-pub-taunton_180120131211250710.jpg","FormattedPrice":"£60.00"},{"HotelId":90440,"Name":"The Queen's Head ","Location":"Troutbeck","FriendlyName":"hotel-reviews/90440_queens-head-hotel-troutbeck-nr-windermere.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/90440/gallery/queens-head-hotel-troutbeck-nr-windermere_160920101327031165.jpg","FormattedPrice":"£59.00"},{"HotelId":154539,"Name":"The Groves","Location":"York","FriendlyName":"hotel-reviews/154539_the-groves-hotel-york.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/154539/gallery/the-groves-hotel-york_061120092127148914.jpg","FormattedPrice":"£39.00"},{"HotelId":151646,"Name":"Worlds End Close Apartment","Location":"Edinburgh","FriendlyName":"hotel-reviews/151646_world-end-close-eh1-apartments-edinburgh.aspx","Image":"http://static.laterooms.com/hotelphotos/laterooms/151646/gallery/world-end-close-eh1-apartments-edinburgh_200120102258299768.jpg","FormattedPrice":"£95.00"}]
</script>
<script type="text/javascript" src="/Script/Utility.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/Resource_en.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/scripts2/areas/homepage/topRated.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/rsh.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/SearchPanel2.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/SearchResults.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/scripts2/shared/cookiemessage.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/HomePage.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/AutoCompleteTextBox.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/scripts2/shared/calendar.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/scripts2/shared/navigation.js?ver=84273_9794"></script>
<script type="text/javascript" src="/assets/js/shared/modalPop.js?ver=84273_9794"></script>
<script type="text/javascript" src="/Script/scripts2/areas/homepage/hotelbrands.js?ver=84273_9794"></script>
</div>
</div>
<script language="javascript" type="text/javascript">
var iDayWindow = 365,searchDate = new Date(2013,1,1),serverDate = new Date(2013,1,1),showASOnLoad=false;
search={"AreaId":21686,"Date":"20090216","CurrencyId":"GBP","HotelFilter":1,"SortedAscending":false,"Type":"Standard","PageNumber":0};
</script><!--
<script language="javascript" src="http://www.everestjs.net/static/st.js"></script>
<script language="javascript">
var ef_event_type="pageview";
var ef_pageview_properties = "";
/*
* Do not modify below this line
*/
var ef_segment = "147";
var ef_search_segment = "146";
var ef_userid="2003";
var ef_pixel_host="pixel2003.everesttech.net";
effp();
</script>
<noscript><img src='http://pixel2003.everesttech.net/2003/v?' width='1' height='1'/></noscript>
-->
<script type="text/javascript" src="/Script/criteo/criteo_ld.js"></script>
<div id="cto_se_7712518_ac" style="display:none">
<div class="ctoWidgetServer">http://lateroomsuk.widget.criteo.com/pjl/</div>
<div class="ctoDataType">sendEvent</div>
<div class="ctoParams">wi=7712518&pt1=0&pt2=1</div>
</div>
<div id="suggestout">
<div id="suggest"></div>
</div>
<noscript>
<div>
<img alt="dcsimg" id="dcsimg" width="1" height="1" src='//statse.webtrendslive.com/dcsedwiumuz5bd2ezhvf2bnqc_8f7d/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=10.2.0&dcssip=www.laterooms.com'/>
</div>
</noscript>
<!-- Greetings from WEB116 -->
</body>
</html><!-- TLTracker:Landing -->
<!-- TLSessionTracker:NewSession -->
<!-- Greetings from WEB116 -->