<!-- Begin
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) 
{
	alt="ITTO";
	banner="slideusa/01.jpg";
	width="669";
	height="329";
	url="http://www.spanish-school.com.mx/index.php";
}

if (ad==2) 
{
	alt="ITTO";
	banner="slideusa/02.jpg";
	width="669";
	height="329";
	url="http://www.spanish-school.com.mx/index.php";
}


if (ad==3) 
{
	alt="ITTO";
	banner="slideusa/03.jpg";
	width="669";
	height="329";
	url="http://www.spanish-school.com.mx/index.php";
}


if (ad==4) 
{
	alt="ITTO";
	banner="slideusa/04.jpg";
	width="669";
	height="329";
	url="http://www.spanish-school.com.mx/index.php";
}


if (ad==5) 
{
	alt="ITTO";
	banner="slideusa/05.jpg";
	width="669";
	height="329";
	url="http://www.spanish-school.com.mx/index.php";
}

if (ad==6) 
{
	alt="ITTO";
	banner="slideusa/06.jpg";
	width="669";
	height="329";
	url="http://www.spanish-school.com.mx/index.php";
}

if (ad==7) 
{
	alt="ITTO";
	banner="slideusa/07.jpg";
	width="669";
	height="329";
	url="http://www.spanish-school.com.mx/index.php";
}

document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');

// End -->