<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
alt="Highland Day Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-highlands.gif";
link="http://www.goscotlandtours.com/tour-list/highlands-day-tours.html";
}

if (ad==2) {
alt="Edinburgh Day Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-edinburgh-sb.gif";
link="http://www.goscotlandtours.com/tour-list/edinburgh-day-tours-groups.html";
}

if (ad==3) {
alt="Glasgow Day Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-glasgow-sb.gif";
link="http://www.goscotlandtours.com/tour-list/whisky-tours-scotland.html";
}

if (ad==4) {
alt="Highland Games Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-games-sb.gif";
link="http://www.goscotlandtours.com/tours-scotland/highland-games-tour.html";
}

if (ad==5) {
alt="Golf Holidays - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-golf-holidays-sb.gif";
link="http://www.goscotlandtours.com/tour-list/golf-holidays-scotland.html";
}

if (ad==6) {
alt="Whisky Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-whisky-sb.gif";
link="http://www.goscotlandtours.com/tour-list/whisky-tours-scotland.html";
}

document.write('<a href="' + link + '" alt="' + alt + '" title="' + alt + '">');
document.write('<img border="0" src="' + banner + '" alt="' + alt + '" title="' + alt + '"></a>');
// End -->
