<!-- Begin
var how_many_ads = 7;
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=30330&trkref=SYB";
alt="Cluny Bank Hotel, Forres";
banner="http://images.activehotels.com/images/hotel/max300/304/304655.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=34295&trkref=SYB";
alt="Craigellachie Hotel, Speyside";
banner="http://images.activehotels.com/images/hotel/max300/515/515795.jpg";
}
if (ad==3) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=105532&trkref=SYB";
alt="Seafield Arms Hotel, Buckie";
banner="http://images.activehotels.com/images/hotel/max300/495/495489.jpg";
}
if (ad==4) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=34643&trkref=SYB";
alt="Maryculter House Hotel";
banner="http://images.activehotels.com/images/hotel/max300/601/601861.jpg";
}
if (ad==5) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=120383&trkref=SYB";
alt="Pittodrie House, Inverurie";
banner="http://images.activehotels.com/images/hotel/max300/577/577309.jpg";
}
if (ad==6) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=34866&trkref=SYB";
alt="Highland Haven Hotel, Macduff";
banner="http://images.activehotels.com/images/hotel/max300/652/652903.jpg";
}
if (ad==7) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=105528&trkref=SYB";
alt="Cullen Bay Hotel";
banner="http://images.activehotels.com/images/hotel/max300/465/465246.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 -->
