<!-- Begin
var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=116519&trkref=SYB";
alt="Aultbea Hotel";
banner="http://images.activehotels.com/images/hotel/max300/474/474051.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=34113&trkref=SYB";
alt="Cairngorm Hotel, Aviemore";
banner="http://images.activehotels.com/images/hotel/max300/469/469757.jpg";
}
if (ad==3) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=160241&trkref=SYB";
alt="Isles Of Glencoe Hotel, Ballachulish";
banner="http://images.activehotels.com/images/hotel/max300/954/954192.jpg";
}
if (ad==4) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=160242&trkref=SYB";
alt="Ballachulish Hotel";
banner="http://images.activehotels.com/images/hotel/max300/489/489545.jpg";
}
if (ad==5) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=231791&trkref=SYB";
alt="Conon Bridge Hotel";
banner="http://images.activehotels.com/images/hotel/max300/819/819735.jpg";
}
if (ad==6) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=101699&trkref=SYB";
alt="Royal Hotel Cromarty";
banner="http://images.activehotels.com/images/hotel/max300/495/495463.jpg";
}
if (ad==7) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=228968&trkref=SYB";
alt="Tulloch Castle Hotel, Dingwall";
banner="http://images.activehotels.com/images/hotel/max300/500/500902.jpg";
}
if (ad==8) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=105277&trkref=SYB";
alt="Dornoch Castle Hotel, Dornoch";
banner="http://images.activehotels.com/images/hotel/max300/105/1058647.jpg";
}
if (ad==9) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=229416&trkref=SYB";
alt="Auchterawe Country House, Fort Augustus";
banner="http://images.activehotels.com/images/hotel/max300/498/498218.jpg";
}
if (ad==10) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=34169&trkref=SYB";
alt="The Bridge Hotel, Helmsdale, Sutherland";
banner="http://images.activehotels.com/images/hotel/max300/489/489095.jpg";
}
if (ad==11) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=116888&trkref=SYB";
alt="Mamore Lodge Hotel, Kinlochleven";
banner="http://images.activehotels.com/images/hotel/max300/474/474337.jpg";
}
if (ad==12) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=217996&trkref=SYB";
alt="Inver Lodge, Lochinver";
banner="http://images.activehotels.com/images/hotel/max300/450/450630.jpg";
}
if (ad==13) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=120002&trkref=SYB";
alt="Golf View Hotel, Nairn";
banner="http://images.activehotels.com/images/hotel/max300/566/566389.jpg";
}
if (ad==14) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=35629&trkref=SYB";
alt="Letterfinlay Lodge Hotel, Fort William";
banner="http://images.activehotels.com/images/hotel/max300/772/772768.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 -->
