var quotes=new Array();

//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='<IMG SRC="images/random-images/hdr-ri-01.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[1]='<IMG SRC="images/random-images/hdr-ri-02.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[2]='<IMG SRC="images/random-images/hdr-ri-03.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[3]='<IMG SRC="images/random-images/hdr-ri-04.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[4]='<IMG SRC="images/random-images/hdr-ri-05.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[5]='<IMG SRC="images/random-images/hdr-ri-06.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[6]='<IMG SRC="images/random-images/hdr-ri-07.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[7]='<IMG SRC="images/random-images/hdr-ri-08.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[8]='<IMG SRC="images/random-images/hdr-ri-09.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[9]='<IMG SRC="images/random-images/hdr-ri-10.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[10]='<IMG SRC="images/random-images/hdr-ri-11.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[11]='<IMG SRC="images/random-images/hdr-ri-12.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[12]='<IMG SRC="images/random-images/hdr-ri-13.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
quotes[13]='<IMG SRC="images/random-images/hdr-ri-14.jpg" WIDTH=789 HEIGHT=131 ALT="Kodaikanal International School">';
// New Quotes Appended Here - 11/5/2004 - End


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
//document.write("<br>")
//document.write("<br>")
// if(whichquote == (quotes.length)-1)
// document.write(quotes[0])
// else
// document.write(quotes[whichquote+1])
