<!-- Begin
var how_many_ads = 12;
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/73073_Talbot-Hotel-Oundle.aspx";
alt="The Talbot Hotel, Oundle";
banner="http://images.laterooms.com/hotelimages/73073-051220061928163759-430.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.laterooms.com/en/p4117/hotel-reservations/83562_Award-winning-Cheriton-House-Houghton-nr-Cambridge.aspx";
alt="Cheriton House, Houghton, nr.Cambridge";
banner="http://images.laterooms.com/hotelimages/83562-261020060855235210-430.jpg";
}
if (ad==3) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=126578&trkref=SYB";
alt="Arundel House Hotel, Cambridge";
banner="http://images.activehotels.com/images/hotel/max300/418/418851.jpg";
}
if (ad==4) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=108213&trkref=SYB";
alt="Orton Hall Hotel, Peterborough";
banner="http://images.activehotels.com/images/hotel/max300/455/455817.jpg";
}
if (ad==5) {
txt="";
url="http://www.laterooms.com/en/p4117/hotel-reservations/124470_Wyboston-Lakes-Wyboston.aspx";
alt="Wyboston Lakes, Wyboston";
banner="http://images.laterooms.com/hotelimages/124470-180820071055051582-430.jpg";
}
if (ad==6) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=106977&trkref=SYB";
alt="Charlotte House Hotel, Peterborough";
banner="http://images.activehotels.com/images/hotel/max300/499/499770.jpg";
}
if (ad==7) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=107635&trkref=SYB";
alt="Thorpe Lodge Hotel, Peterborough";
banner="http://images.activehotels.com/images/hotel/max300/492/492458.jpg";
}
if (ad==8) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=231030&trkref=SYB";
alt="Coach House Hotel, Melbourn";
banner="http://images.activehotels.com/images/hotel/max300/701/701759.jpg";
}
if (ad==9) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=106459&trkref=SYB";
alt="Mowbray Bed and Breakfast, Cambridge";
banner="http://images.activehotels.com/images/hotel/max300/429/429589.jpg";
}
if (ad==10) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=35355&trkref=SYB";
alt="Cambridge Garden House";
banner="http://images.activehotels.com/images/hotel/max300/903/903463.jpg";
}
if (ad==11) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=220126&trkref=SYB";
alt="Hotel Felix, Cambridge";
banner="http://images.activehotels.com/images/hotel/max300/426/426877.jpg";
}
if (ad==12) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=107670&trkref=SYB";
alt="University Arms Hotel, Cambridge";
banner="http://images.activehotels.com/images/hotel/max300/956/956391.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 -->