

var how_many_ads = 14;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
alt="Pupil using laptop in a lesson";
banner="images/frontimage1a.jpg";
width="450";
height="100";
}
if (ad==2) {
alt="International Baccalaureate Diploma";
banner="images/frontimage2.jpg";
width="450";
height="100";
}
if (ad==3) {
alt="Statue of the founder King Edward in the School quadrangle";
banner="images/frontimage3.jpg";
width="450";
height="100";
}
if (ad==4) {
alt="The KES cake in the 2004 Lord Mayor's Show";
banner="images/frontimage4.jpg";
width="450";
height="100";
}
if (ad==5) {
alt="The boys start in the 2005 May Day Madness charity run";
banner="images/frontimage5.jpg";
width="450";
height="100";
}
if (ad==6) {
alt="School choir in procession to the Chapel";
banner="images/frontimage6.jpg";
width="450";
height="100";
}
if (ad==7) {
alt="Head Boy Clemens with the Lord Mayor of London";
banner="images/frontimage7.jpg";
width="450";
height="100";
}
if (ad==8) {
alt="King Edward's School in the winter";
banner="images/frontimage8a.jpg";
width="450";
height="100";
}
if (ad==9) {
alt="Recent production of Die Fledermaus";
banner="images/frontimage9a.jpg";
width="450";
height="100";
}
if (ad==10) {
alt="Overseas pupils play an active part in the school";
banner="images/frontimage10a.jpg";
width="450";
height="100";
}
if (ad==11) {
alt="Pupil & nursing staff in the school hospital";
banner="images/frontimage11.jpg";
width="450";
height="100";
}
if (ad==12) {
alt="Typical boarding accommodation";
banner="images/frontimage12.jpg";
width="450";
height="100";
}
if (ad==13) {
alt="Front of School in the snow";
banner="images/frontimage13.jpg";
width="450";
height="100";
}
if (ad==14) {
alt="Pupils playing with the snow";
banner="images/frontimage14.jpg";
width="450";
height="100";
}
document.write('<right>');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</right>');

