<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
alt="Madrid Tours";
banner="http://www.gospaintours.info/images/spain-tours-bg1.gif";
link="http://www.gospaintours.info/spain-tours/intro/city/madrid-tours.html";
}
if (ad==2) {
alt="Montjuic/Barcelona Tours";
banner="http://www.gospaintours.info/images/spain-tours-bg2.gif";
link="http://www.gospaintours.info/spain-tours/intro/city/barcelona-tours.html";
}

if (ad==3) {
alt="Costa del Sol Tours";
banner="http://www.gospaintours.info/images/spain-tours-bg3.gif";
link="http://www.gospaintours.info/spain-tours/intro/city/costa-del-sol-tours.html";
}

document.write('<table width="100%" cellspacing="0" cellpadding="0" height="170" style="background-image: url(' + banner + '); background-position: center; background-repeat: no-repeat"><tr><td border="1" bordercolor="#590000" style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: solid; border-top-width: 1px; border-color: #590000; border-width-bottom: 0px" valign=top>')
document.write('<div id="spain-tours-header-img"><a href="http://www.gospaintours.info" alt="Spain Tours" title="Spain Tours"><img border="0" src="http://www.gospaintours.info/images/Spain---Logo.jpg" alt="Spain Tours" title="Spain Tours" style="border-right-style: solid; border-right-width: 1px; border-color: #590000;"></a><br></div>')
document.write('<div id="spain-tours-header-news" align=center style="background: url(http://www.gospaintours.info/images/tours-spain-news.gif)"><b><a href="http://www.euroadventures.net/ea_vol31.asp?AF=118" target=_blank alt="Go Spain Tours Newsletter" title="Go Spain Tours Newsletter">Tours Newsletter</a><br>')
document.write('</b>Receive news on <br>the latest offers of<br>Spain tours<b><br></b><b>')
document.write('<a href="http://www.euroadventures.net/EANewsletterSubscribe.asp?AF=118" target=_blank alt="Go Spain Tours Newsletter" title="Go Spain Tours Newsletter" target=_blank>Sign Up/Click Here</a></b></div>')
document.write('<div id="spain-tours-header-slogan"><font color="EDEA02" face="Verdana" size="1"><span style="font-weight: 700">&nbsp; Your Spain Tour Experts &nbsp; </span></font></div>')
document.write('<div id="spain-tours-header-search"><u><a href="' + link + '" alt="Spain Tours" title="Spain Tours">')
document.write('<b><font face="Verdana" color="#F1F3F8" size="1" style="background-color: #590000">&nbsp;' + alt + ' - Spain Tours</font></b></u>')
document.write('<img border="0" src="http://www.gospaintours.info/images/go-to-click6.gif" hspace="0" align="absmiddle" ></a></div></td></tr></table>')
// End -->
