<!-- Begin
var how_many_ads = 11;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/71796_Burnham-Beeches-Hotel-Burnham-Nr-Windsor.aspx";
alt="Burnham Beeches Hotel";
banner="http://images.laterooms.com/hotelimages/71796-160820061016533229-430.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.laterooms.com/en/p4117/hotel-reservations/124422_Clifton-Lodge-Hotel-High-Wycombe.aspx";
alt="Clifton Lodge Hotel";
banner="http://images.laterooms.com/hotelimages/124422-130820071450232081-430.jpg";
}
if (ad==3) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/75724_De-Vere-Venue-Uplands-High-Wycombe.aspx";
alt="De Vere Uplands Hotel, Bedford";
banner="http://images.laterooms.com/hotelimages/75724-140220081657003411-430.jpg";
}
if (ad==4) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/88679_Bellhouse-Hotel-Beaconsfield-nr-gerrards-cross.aspx";
alt="Bellhouse Hotel, Beaconsfield";
banner="http://images.laterooms.com/hotelimages/88679-041220061241079798-430.jpg";
}
if (ad==5) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/551_macdonald-compleat-angler-hotel-marlow-on-thames.aspx";
alt="Macdonald Compleat Angler";
banner="http://images.laterooms.com/hotelimages/551-181220071206117756-430.jpg";
}
if (ad==6) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/69194_danesfield-house-hotel-spa-marlow.aspx";
alt="Danesfield House Hotel and Spa";
banner="http://images.laterooms.com/hotelimages/69194-210620061526087127-430.jpg";
}
if (ad==7) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/4268_Horwood-House-and-Leisure-Club-Milton-Keynes.aspx";
alt="Horwood House and Leisure Club";
banner="http://images.laterooms.com/hotelimages/4268-121020061145599903-430.jpg";
}
if (ad==8) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/125140_The-Queen-Hotel-Milton-Keynes.aspx";
alt="The Queen Hotel, Olney";
banner="http://images.laterooms.com/hotelimages/125140-171020071630087388-430.jpg";
}
if (ad==9) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/124989_Black-Horse-Cottage-Wavendon.aspx";
alt="Black Horse Cottage, Wavendon";
banner="http://images.laterooms.com/hotelimages/124989-240920071111585815-430.jpg";
}
if (ad==10) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/142710_Hartwell-House-Hotel-Restaurant-and-Spa-Buckinghamshire.aspx";
alt="Hartwell House Hotel, Restaurant and Spa, Aylesbury";
banner="http://images.laterooms.com/hotelimages/142710-031120071740121559-430.jpg";
}
if (ad==11) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/69861_Mercure-Parkside-Hotel-Milton-Keynes.aspx";
alt="Mercure Parkside Hotel, Woughton On The Green";
banner="http://images.laterooms.com/hotelimages/69861-131120071145163550-430.jpg";
}


document.write('<a href=\"' + url + '\" target=\"hotelpartners\" rel=\"nofollow\">');
document.write('<img src=\"' + banner + '\" ')
document.write('alt=\"' + alt + '\" ');
document.write('title=\"' + alt + '\" ');
document.write('width=\"300\" height=\"225\" border=0><br>');
document.write('<small>' + alt + '</small></a>');

// End -->
