<!-- Begin
var how_many_ads = 17;
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/73606_The-Chimney-House-Hotel-Sandbach-Crewe.aspx";
alt="The Chimney House Hotel, Sandbach";
banner="http://images.laterooms.com/hotelimages/73606-051020071223156454-430.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=116067&trkref=SYB";
alt="Hollin Hall, Bollington";
banner="http://images.activehotels.com/images/hotel/max300/460/460026.jpg";
}
if (ad==3) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/101038_Wizards-Thatch-Luxury-Suite-Alderley-Edge.aspx";
alt="Wizards Thatch, Alderley Edge";
banner="http://images.laterooms.com/hotelimages/101038-150620071411412385-430.jpg";
}
if (ad==4) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=100748&trkref=SYB";
alt="Floatel, Northwich";
banner="http://images.activehotels.com/images/hotel/max300/524/524456.jpg";
}
if (ad==5) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=217117&trkref=SYB";
alt="Mollington Banastre Hotel And Spa, Chester";
banner="http://images.activehotels.com/images/hotel/max300/539/539175.jpg";
}
if (ad==6) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=112741&trkref=SYB";
alt="Brookside Hotel, Chester";
banner="http://images.activehotels.com/images/hotel/max300/110/1108146.jpg";
}
if (ad==7) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/94738_Peckforton-Castle-Near-Chester.aspx";
alt="Peckforton Castle, Tarporley";
banner="http://images.laterooms.com/hotelimages/94738-070720061135464383-430.jpg";
}
if (ad==8) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=34654&trkref=SYB";
alt="Brook Meadow Hotel, Childer Thornton, South Wirral";
banner="http://images.activehotels.com/images/hotel/max300/604/604291.jpg";
}
if (ad==9) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=100197&trkref=SYB";
alt="Crewe Hall, Crewe";
banner="http://images.activehotels.com/images/hotel/max300/465/465911.jpg";
}
if (ad==10) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/85152_Rowton-Hall-Country-House-Hotel-and-Spa-Chester-Rowton-.aspx";
alt="Rowton Hall, Rowton";
banner="http://images.laterooms.com/hotelimages/85152-181220071030479378-430.jpg";
}
if (ad==11) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/2453_Nunsmere-Hall-Hotel-Chester.aspx";
alt="Nunsmere Hall Hotel, Oakmere";
banner="http://images.laterooms.com/hotelimages/2453-010520080847081792-430.jpg";
}
if (ad==12) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/88853_Heathercliffe-Country-House-Hotel-Frodsham-Nr-Chester.aspx";
alt="Heathercliffe Country House Hotel, Frodsham";
banner="http://images.laterooms.com/hotelimages/88853-010220081344245916-430.jpg";
}
if (ad==13) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/87788_willington-hall-chester.aspx";
alt="Willington Hall, Willington";
banner="http://images.laterooms.com/hotelimages/87788-160320071147174064-430.jpg";
}
if (ad==14) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/90741_Inglewood-Manor-Country-House-Hotel-Nr-Chester.aspx";
alt="Inglewood Manor Country House Hotel, Ledsham";
banner="http://images.laterooms.com/hotelimages/90741-140520062124179895-430.jpg";
}
if (ad==15) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/4061_crabwall-manor-hotel-chester.aspx";
alt="Crabwall Manor, Mollington";
banner="http://images.laterooms.com/hotelimages/4061-050920061550407743-430.jpg";
}
if (ad==16) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/187_Barcelo-Shrigley-Hall-Hotel-Macclesfield.aspx";
alt="Shrigley Hall Hotel, Pott Shrigley, Macclesfield";
banner="http://images.laterooms.com/hotelimages/187-160520061310101320-430.jpg";
}
if (ad==17) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/95159_Hartford-Hall-Hotel-Northwich.aspx";
alt="Hartford Hall Hotel, Northwich, Macclesfield";
banner="http://images.laterooms.com/hotelimages/95159-290920071147173635-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 -->