<!--

//quickie random banner code by Gomi

//store the quotations in arrays or the number of images to display

images = new Array(6);

images[0] = "<img src='front_media/changing/front_achieve.jpg' alt='School'>";

images[1] = "<img src='front_media/changing/front_lead1.jpg' alt='School'>";

images[2] = "<img src='front_media/changing/front_aspire.jpg' alt='School'>";

images[3] = "<img src='front_media/changing/front_speak.jpg' alt='School'>";

images[4] = "<img src='front_media/changing/front_read.jpg' alt='School'>";

images[5] = "<img src='front_media/changing/front_design.jpg' alt='School'>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
