<!-- 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="Teach English. TEFL TESOL courses in Mexico";

banner="images/top_banner.jpg";

width="604";

height="307";

url="http://teachenglish.com.mx/";

}

if (ad==2) {

alt="Teach English. TEFL TESOL courses in Mexico";

banner="images/top_banner2.jpg";

width="604";

height="307";

url="http://teachenglish.com.mx/";

}

if (ad==3) {

alt="Teach English. TEFL TESOL courses in Mexico";

banner="images/top_banner3.jpg";

width="604";

height="307";

url="http://teachenglish.com.mx/";

}

if (ad==4) {

alt="Teach English. TEFL TESOL courses in Mexico";

banner="images/top_banner4.jpg";

width="604";

height="307";

url="http://teachenglish.com.mx";

}

if (ad==5) {

alt="Teach English. TEFL TESOL courses in Mexico";

banner="images/top_banner5.jpg";

width="604";

height="307";

url="http://teachenglish.com.mx";

}

if (ad==6) {

alt="Teach English. TEFL TESOL courses in Mexico";

banner="images/top_banner6.jpg";

width="604";

height="307";

url="http://teachenglish.com.mx";

}

document.write('<img src=\"' + banner + '\" width=')

document.write(width + ' height=' + height + ' ');

document.write('alt=\"' + alt + '\" border=0></a>');



// End -->
