<!-- Begin
var how_many_items = 6;
var now = new Date()
var sec = now.getSeconds()
var item = sec % how_many_items;
item +=1;
if (item==1) {
quote="I've made life-long friends who I will never forget";
speaker="Victorian ISS Scholar 2003";
image="home_images/happy_group.gif";
}
if (item==2) {
quote="Receiving funding and scholarships ... sends a message about the importance of academic achievements in a society that is most often obsessed with sporting heroes. I would say that the Foundation helped me along my career path. ";
speaker="Prof. Marcela Bilek";
image="home_images/marcela.gif";
}
if (item==3) {
quote="There are no words within me that can possibly describe this unforgettable experience";
speaker="NSW ISS Scholar 2003";
image="home_images/group.gif";
}
if (item==4) {
quote="Receiving an award was a much-needed encouragement ... just the fact that the school knew you were there as a contributing student made me feel that your presence was important.";
speaker="Blair Conn, winner of Science Foundation Scholarship";
image="home_images/therese.jpg";
}
if (item==5) {
quote="The International Science School is very important - as it gives knowledge and knowledge is the power you can use to solve many human problems. ";
speaker="Professor Jerome Friedman, Nobel Laureate and ISS Lecturer 2003";
image="home_images/jerome.gif";
}
if (item==6) {
quote="The future is science.";
speaker="Professor Harry Messel, founder of the Science Foundation for Physics";
image="home_images/harry.gif";
}
document.write('<img src="' + image + '" width="147" height="256">');
// End -->
