<!-- Begin
var how_many_ads = 9;
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/3737_best-western-crown-hotel.aspx";
alt="Crown Hotel, New Forest";
banner="http://static.laterooms.com/hotelphotos/laterooms/3737/gallery/the-crown-at-lyndhurst-new-forest_030320091835503718.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.laterooms.com/en/p4117/hotel-reservations/90601_audleys-wood-hotel-basingstoke.aspx";
alt="Audleys Wood Hotel, Basingstoke";
banner="http://static.laterooms.com/hotelphotos/laterooms/90601/gallery/audleys-wood-hotel-basingstoke_030320091336224807.jpg";
}
if (ad==3) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/7526_esseborne-manor-hotel-andover.aspx";
alt="Esseborne Manor Hotel, Hurstbourne Tarrant";
banner="http://static.laterooms.com/hotelphotos/laterooms/7526/gallery/esseborne-manor-hotel-andover_030320091330212403.jpg";
}
if (ad==4) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/96820_the-grange-winchester.aspx";
alt="The Grange, Winchester";
banner="http://static.laterooms.com/hotelphotos/laterooms/96820/gallery/the-grange-winchester_030320091547218236.jpg";
}
if (ad==5) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/150066_the-kings-arms-hotel-salisbury.aspx";
alt="Kings Arms Hotel, Salisbury";
banner="http://static.laterooms.com/hotelphotos/laterooms/150066/gallery/the-kings-arms-hotel-salisbury_030320091843335475.jpg";
}
if (ad==6) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/157615_the-master-builders-beaulieu.aspx";
alt="Master Builders, Beaulieu";
banner="http://static.laterooms.com/hotelphotos/laterooms/157615/gallery/the-master-builders-beaulieu_110320091220060620.jpg";
}
if (ad==7) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/96675_the-white-buck-inn-ringwood-new-forest.aspx";
alt="The White Buck Inn, Burley";
banner="http://static.laterooms.com/hotelphotos/laterooms/96675/gallery/the-white-buck-inn-ringwood-new-forest_030320091806367639.jpg";
}
if (ad==8) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/85903_bartley-lodge-hotel-new-forest.aspx";
alt="Bartley Lodge Hotel, Cadnam";
banner="http://static.laterooms.com/hotelphotos/laterooms/85903/gallery/bartley-lodge-hotel-new-forest_030320091325581862.jpg";
}
if (ad==9) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/86294_beaulieu-hotel-new-forest.aspx";
alt="Beaulieu Hotel, Beaulieu";
banner="http://static.laterooms.com/hotelphotos/laterooms/86294/gallery/beaulieu-hotel-new-forest_030320091326026548.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 -->
