<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
alt="Edinburgh Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-1.jpg";
link="http://www.goscotlandtours.com/tour-list/edinburgh-day-tours-groups.html";
}

if (ad==2) {
alt="Stirling Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-2.jpg";
link="http://www.goscotlandtours.com/search/stirling_castle";
}

if (ad==3) {
alt="Whiskey Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-11.jpg";
link="http://www.goscotlandtours.com/tour-list/whisky-tours-scotland.html";
}

if (ad==4) {
alt="Isle of Skye Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-5.jpg";
link="http://www.goscotlandtours.com/search/skye";
}

if (ad==5) {
alt="Castle Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-6.jpg";
link="http://www.goscotlandtours.com/search/eilean_donan";
}

if (ad==6) {
alt="Ben Nevis, Fort William Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-8.jpg";
link="http://www.goscotlandtours.com/search/fort_william";
}

if (ad==7) {
alt="Oban Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-9.jpg";
link="http://www.goscotlandtours.com/search/oban";
}

if (ad==8) {
alt="Isle of Mull Tours - Scotland Tours";
banner="http://www.goscotlandtours.com/images/scotland-tours-banner-10.jpg";
link="http://www.goscotlandtours.com/search/mull";
}

document.write('<table border="0" width="778" cellspacing="0" cellpadding="0" height="170" style="border-bottom-width: 0px" id="Go Scotland Tours Header Table" background="' + banner + '"> <tr>');
document.write('<td width="258" align="center" style="border-left-style: solid; border-left-width: 1px; border-top-style: solid; border-top-width: 1px; border-bottom-style: none; border-bottom-width: medium; border-right-style:none; border-right-width:medium; border-color: #00247D" bordercolor="#00247D" >');
document.write('<a href="http://www.goscotlandtours.com"><img border="0" src="http://www.goscotlandtours.com/images/go-scotland-tours.gif" alt="Scotland Tours" title="Scotland Tours" width="233" height="136"></a><br>');
document.write('<font color="#00247D" face="Verdana" size="1"><span style="font-weight: 700; background-color: #F1F3F8">&nbsp;Your Scotland Tour Experts&nbsp; </span></font></td>');
document.write('<td width="518" align="right" style="border-left-style: none; border-left-width: medium; border-top-style: solid; border-top-width: 1px; border-bottom-style: none; border-bottom-width: medium; border-right-style:solid; border-right-width:1px; border-color: #00247D" bordercolor="#00247D" valign="bottom" >');
document.write('<blockquote><u><a href="' + link + '" alt="' + alt + '" title="' + alt + '"><b><font face="Verdana" color="#F1F3F8" size="1" style="background-color: #00247D">' + alt + '</font></b></u><img border="0" src="http://www.goscotlandtours.com/images/go-to-click6.gif" hspace="0" align="absmiddle" ></a></blockquote></td></tr></table>');
// End -->