<!-- 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.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=231293&trkref=SYB";
alt="Coxtown Manor, Donegal";
banner="http://images.activehotels.com/images/hotel/max300/482/482765.jpg";
}
if (ad==2) {
txt=" ";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=224061&trkref=SYB";
alt="Sandhouse Hotel, Donegal";
banner="http://images.activehotels.com/images/hotel/max300/472/472583.jpg";
}
if (ad==3) {
txt="";
url="http://www.activehotels.com/wl/servlet/xmlbrochure/index.do?hotelid=40370&trkref=SYB";
alt="The Water's Edge, Donegal";
banner="http://images.activehotels.com/images/hotel/max300/708/708181.jpg";
}
if (ad==4) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/864/864220.jpg";
}
if (ad==5) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/864/864220.jpg";
}
if (ad==6) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/864/864220.jpg";
}
if (ad==7) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/864/864220.jpg";
}
if (ad==8) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/864/864220.jpg";
}
if (ad==9) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point in winter, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/773/773957.jpg";
}
if (ad==10) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point in winter, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/773/773957.jpg";
}
if (ad==11) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point in winter, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/773/773957.jpg";
}
if (ad==12) {
txt="";
url="http://www.activehotels.com/servlet/xmlbrochure/index.do?hotelid=40407&trkref=SYB";
alt="Harvey's Point in winter, Donegal Town";
banner="http://images.activehotels.com/images/hotel/max300/773/773957.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 -->
