<!-- 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/193_de-vere-royal-bath-bournemouth.aspx";
alt="Royal Bath Hotel, Bournemouth";
banner="http://images.laterooms.com/hotelimages/193-031220071006191331-430.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.laterooms.com/en/p4117/hotel-reservations/85523_The-Gresham-Court-Hotel-Bournemouth.aspx";
alt="Gresham Court Hotel, Bournemouth";
banner="http://images.laterooms.com/hotelimages/85523-130220082233428218-430.jpg";
}
if (ad==3) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/95626_Salterns-Harbourside-Hotel-Poole.aspx";
alt="Salterns Harbourside Hotel, Parkstone";
banner="http://images.laterooms.com/hotelimages/95626-230820061552001132-430.jpg";
}
if (ad==4) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/85612_Best-Western-Anglo-Swiss-Hotel-Bournemouth.aspx";
alt="Anglo Swiss Hotel, Bournemouth";
banner="http://images.laterooms.com/hotelimages/85612-230520061510461868-430.jpg";
}
if (ad==5) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/68191_menzies-east-cliff-court-hotel-bournemouth.aspx";
alt="East Cliff Court, Bournemouth";
banner="http://images.laterooms.com/hotelimages/68191-050720071559338308-430.jpg";
}
if (ad==6) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/100428_Tudor-Grange-Hotel-Bournemouth.aspx";
alt="Tudor Grange Hotel, Bournemouth";
banner="http://images.laterooms.com/hotelimages/100428-140520072042076569-430.jpg";
}
if (ad==7) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=228153&trkref=SYB";
alt="Woodcroft Tower Hotel";
banner="http://images.activehotels.com/images/hotel/max300/499/499486.jpg";
}
if (ad==8) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/94846_Bournemouth-Marriott-Bournemouth.aspx";
alt="Bournemouth Marriott Hotel";
banner="http://images.laterooms.com/hotelimages/94846-180720081137510950-430.jpg";
}
if (ad==9) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/96851_Little-Court-Dorchester.aspx";
alt="Little Court, Charminster";
banner="http://images.laterooms.com/hotelimages/96851-201120061526380741-430.jpg";
}
if (ad==10) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/90614_DOWER-HOUSE-HOTEL-LYME-REGIS.aspx";
alt="Dower House Hotel, Rousdon";
banner="http://images.laterooms.com/hotelimages/90614-170920060919374751-430.jpg";
}
if (ad==11) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/89809_The-Hotel-Rex-Kings-Hotels-Weymouth.aspx";
alt="Hotel Rex, Rousdon";
banner="http://images.laterooms.com/hotelimages/89809-090220071553334337-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 -->
