<!-- Begin
var how_many_ads = 8;
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-pictures/45014_Portmeirion-Hotel-and-Castell-Deudraeth-Portmeirion.aspx";
alt="Portmeirion Hotel, Gwynedd";
banner="http://images.laterooms.com/hotelimages/45014-140320071452071404-430.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.laterooms.com/en/p4117/hotel-reservations/1916_Hotel-Maes-y-Neuadd-Harlech.aspx";
alt="Hotel Maes-y-Neuadd";
banner="http://images.laterooms.com/hotelimages/1916-090620071007439311-430.jpg";
}
if (ad==3) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/101280_Marina-Terrace-Pwllheli.aspx";
alt="Marina Terrace, Pwllheli";
banner="http://images.laterooms.com/hotelimages/101280-130820071108241334-430.jpg";
}
if (ad==4) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/121500_Sychnant-Pass-House-Conwy.aspx";
alt="Sychnant Pass House, Conwy";
banner="http://images.laterooms.com/hotelimages/121500-190720071538085814-430.jpg";
}
if (ad==5) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/92583_Richmond-House-Barmouth.aspx";
alt="Richmond House, Barmouth";
banner="http://images.laterooms.com/hotelimages/92583-040920061552234931-430.jpg";
}
if (ad==6) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/142440_Morwendon-House-Barmouth.aspx";
alt="Morwendon House, Barmouth";
banner="http://images.laterooms.com/hotelimages/142440-191020071150121279-430.jpg";
}
if (ad==7) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/125314_Swallow-Falls-Hotel-Betws-y-Coed.aspx";
alt="Swallow Falls Hotel, Betws-y-Coed";
banner="http://images.laterooms.com/hotelimages/125314-131020071824461537-430.jpg";
}
if (ad==8) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/73426_Legacy-Royal-Victoria-Hotel-Llanberis.aspx";
alt="Royal Victoria Hotel, Llanberis, Snowdonia";
banner="http://images.laterooms.com/hotelimages/73426-010220071357045468-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 -->