<!-- 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="ITTO";
banner="top/1.jpg";
width="510";
height="196";
url="http://www.spanish-school.com.mx/argentina/index.html";
}
if (ad==2) {
alt="ITTO";
banner="top/2.jpg";
width="510";
height="196";
url="http://www.spanish-school.com.mx/costarica/index.html";
}
if (ad==3) {
alt="ITTO";
banner="top/3.jpg";
width="510";
height="196";
url="http://www.spanish-school.com.mx/spain/index.html";
}
if (ad==4) {
alt="ITTO";
banner="top/4.jpg";
width="510";
height="196";
url="http://www.spanish-school.com.mx/ecuador/index.html";
}
if (ad==5) {
alt="ITTO";
banner="top/image5.gif";
banner="top/5.jpg";
width="510";
height="196";
}
if (ad==6) {
alt="ITTO";
banner="top/6.jpg";
width="510";
height="196";
url="http://www.spanish-school.com.mx/chile/index.html";
}
if (ad==7) {
alt="ITTO";
banner="top/7.jpg";
width="510";
height="196";
url="http://www.spanish-school.com.mx/chile/index.html";
}
if (ad==8) {
alt="ITTO";
banner="top/8.jpg";
width="510";
height="196";
url="http://www.spanish-school.com.mx/chile/index.html";
}
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');

// End -->