<!-- Begin
var how_many_ads = 15;
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/66517_Sir-Christopher-Wrens-House-Hotel-Spa-Windsor.aspx";
alt="Sir Christopher Wrens House, Hotel & Spa";
banner="http://images.laterooms.com/hotelimages/66517-050920071749591900-430.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.laterooms.com/en/p4117/hotel-reservations/149121_the-crown-and-garter-hungerford.aspx";
alt="Crown and Garter, Inkpen Common";
banner="http://static.laterooms.com/hotelphotos/laterooms/149121/gallery/the-crown-and-garter-hungerford_030320091721258792.jpg";
}
if (ad==3) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/125319_Queens-Arms-Country-Inn-Hungerford-Newbury.aspx";
alt="Queens Arms Country Inn, Hungerford";
banner="http://images.laterooms.com/hotelimages/125319-131020071641480869-430.jpg";
}
if (ad==4) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/100748_FINES-BAYLIWICK-COUNTRY-HOUSE-HOTEL-BINFIELD.aspx";
alt="Fines Bayliwick Country House Hotel";
banner="http://images.laterooms.com/hotelimages/100748-310520071455549678-430.jpg";
}
if (ad==5) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/95848_Baylis-House-Hotel-Conference-Centre-Slough-near-Heathrow.aspx";
alt="Baylis House Hotel";
banner="http://images.laterooms.com/hotelimages/95848-040920061617006493-430.jpg";
}
if (ad==6) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/83907_cliveden-house-hotel-taplow.aspx";
alt="Cliveden House Hotel";
banner="http://images.laterooms.com/hotelimages/83907-060320071539413104-430.jpg";
}
if (ad==7) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/4463_dial-house-hotel-crowthorne-bracknell.aspx";
alt="Dial House Hotel Bracknell";
banner="http://images.laterooms.com/hotelimages/4463-081120061148126860-430.jpg";
}
if (ad==8) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/2226_oakley-court-windsor.aspx";
alt="Oakley Court Hotel, Windsor";
banner="http://static.laterooms.com/hotelphotos/laterooms/2226/gallery/oakley-court-windsor_030320091813382427.jpg";
}
if (ad==9) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/2226_oakley-court-windsor.aspx";
alt="Oakley Court Hotel, Windsor";
banner="http://static.laterooms.com/hotelphotos/laterooms/2226/gallery/oakley-court-windsor_030320091813382427.jpg";
}
if (ad==10) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=218608&trkref=SYB";
alt="Beeches Hotel, Burnham";
banner="http://images.activehotels.com/images/hotel/max300/480/480733.jpg";
}
if (ad==11) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=112022&trkref=SYB";
alt="Macdonald Berystede Hotel & Spa, Ascot";
banner="http://images.activehotels.com/images/hotel/max300/475/475884.jpg";
}
if (ad==12) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=113700&trkref=SYB";
alt="Ramada Plaza The Royal Berkshire, Ascot";
banner="http://images.activehotels.com/images/hotel/max300/641/641193.jpg";
}
if (ad==13) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=218608&trkref=SYB";
alt="Beeches Hotel, Burnham";
banner="http://images.activehotels.com/images/hotel/max300/480/480733.jpg";
}
if (ad==14) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=122070&trkref=SYB";
alt="Walton Cottage Hotel, Maidenhead";
banner="http://images.activehotels.com/images/hotel/max300/444/444351.jpg";
}
if (ad==15) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=228098&trkref=SYB";
alt="Thames Riviera Hotel, Maidenhead";
banner="http://images.activehotels.com/images/hotel/max300/432/432957.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 -->