<!--
//var ranImage = new Image(120,20);
var ranText = "";
var ranSrc = "";
//var ranURL = "";

/* Quotes on entry page use the ranText, ranSrc, lstQuotes, lstSrc, selQuote and showQuotes().
*/
var lstQuotes = new Array(15);
var lstSrc = new Array(15);

lstQuotes[0]="June, 2003, the last of our 3 children graduated from NOVA School. NOVA is a haven for self esteem and positive development for girls as well as boys. High school was an easy adjustment for them after their NOVA experience, and we are thankful that our family had this option available to us.";
lstSrc[0] = " - Dirk & Dixie Havlak, parents";
lstQuotes[1]="We are currently enjoying the success of our fourth child to experience and excel in the rigors of NOVA. This school has challenged, stimulated, pushed, individually encouraged, and nurtured our children through their middle school years in a wonderful, personal environment. Our children, at NOVA, in high school, and in college, continue to be very strong, capable learners, having realized their potential during this critical time in their lives.";
lstSrc[1] = " - Stan & Dalene Feero, parents";
lstQuotes[2]="NOVA is an extraordinary place! It provides a rigorous, safe environment where it is okay to be smart. The faculty provides the best preparation for creative minds to excel and become leaders in public high school and beyond.";
lstSrc[2] = " - Gary & Ruby Franklin, parents";
lstQuotes[3]="We are very lucky to have NOVA in our community. My son is getting a wonderful education in a caring and fun environment. To have a middle school student who loves to go to school every day is invaluable!";
lstSrc[3] = " - Marie Spealman, parent";
lstQuotes[4]="I visited Laurie last weekend at Whitman College. I attribute her success and attitude to the years spent at NOVA.";
lstSrc[4] = " - Alice Taylor, grandparent ";
lstQuotes[5]="As grandparents of two NOVA students, we have been pleased with the quality of education that NOVA offers to middle school students. Because of your rigorous selection process, you have an outstanding group of students and teachers. This contributes to high academic standards and challenges very capable students to reach their potential. Ian's successful transition to high school is testimony to the wonderful preparation he had at NOVA.";
lstSrc[5] = " - George & Diane Grettenberger, grandparents";
lstQuotes[6]="My children will be forever changed by their experiences at NOVA, which teaches, by example, that it is not only what you know but how you know it. Remarkably, they gained deep insight into the truth that knowledge is not only about mastery of concepts but also equally about friendship, cooperation, and responsibility."
lstSrc[6] = " - Sara Rideout, parent ";
lstQuotes[7]="NOVA has no rival in Thurston County as the staff and curriculum provide a unique opportunity for middle school students to explore their educational potential. The framework in which this is accomplished is supportive and non-threatening. The success rate of NOVA graduates speaks volumes."
lstSrc[7] = " - Ed Steinweg, parent ";
lstQuotes[8]="When I went to NOVA, we always joked about the school being for the &lsquo;academically talented.&rsquo; But when I went to high school, I realized that NOVA really is a unique place for unique kids. I learned with and learned from the most amazing individuals, both teachers and students."
lstSrc[8] = " - Eloise Mumford";
lstQuotes[9]="NOVA provided an excellent opportunity for me to realize who I am as a person while incredible people around me did similarly. The small school atmosphere lead to some of the strongest friendships I have ever had. This extends to the faculty as well, whose collective expertise I deeply appreciate."
lstSrc[9] = " - Evan Welkin";
lstQuotes[10]="NOVA and my time there will always have a special place in my heart. Everyone I met there, both staff and students alike, was motivated, smart, caring, and inspired. People at NOVA are not only interested in learning, but growing as a person and becoming an active life-long learner. It is truly a special place."
lstSrc[10] = " - Joe Anderson";
lstQuotes[11]="I eagerly anticipated every day at NOVA: the small class atmosphere, the interesting and challenging work, the general feeling of excitement among my peers. NOVA was always there to make sure I achieved my full potential. I improved tremendously as a student and as thinker. My only regret is that NOVA isn't also a high school."
lstSrc[11] = " - Aaron Bray, alumni";
lstQuotes[12]="NOVA School did an extremely good job of preparing me for the rigors of advanced high school classes. The teachers at NOVA gave me the knowledge and study skills not only to succeed in a fast-paced learning environment, but also to excel in it."
lstSrc[12] = " - Matthew Hall, alumni";
lstQuotes[13]="Looking back, I'm really thankful I had the opportunity to go to NOVA. There are so many opportunities that opened up to me there that I wouldn't have had otherwise."
lstSrc[13] = " - Jhaleh Ahkavan, alumni";
lstQuotes[14]="NOVA's feeling of community is unbeaten in my mind, as it served as a second home where ideas could be presented comfortably and everyone worked to meet their own goals."
lstSrc[14] = " - Jesse Lee, alumni";

var selQuote = Math.round(14.5*Math.random())
//ranImage.src = (' hints/graphics/hdHint' + (selected+1) + '.gif');
//ranImage.src = lstpics[selected]
ranText = lstQuotes[selQuote];
ranSrc = lstSrc[selQuote];
//alert(ranText);
//alert(ranSrc);

//ranURL = ('hints/hint' + (selected+1) + '.html');

//show the headline for the tip
/*
function showHintHD(){
	var newContent = "<img src = " + ranImage.src + " height=20 width = 120>";
	document.write(newContent);
}
*/


//Quotes for home page
function showQuote() {
	var newQuote = "<p class='testimonial'><strong>&ldquo;</strong>" + ranText + "<strong>&rdquo;</strong></p><p class='testsource'>" + ranSrc + "</p>";
	document.write(newQuote);
}



function checkVersion() {
//alert(navigator.platform)
strReport = ""
strReport += (navigator.platform + " ")
strReport += (navigator.appName + " ")
strReport += (navigator.appVersion)
return(strReport)
}

// -->

function JRA_openBrWindow() {
  window.open(ranURL,"","scrollbars=yes,resizable=yes,width=475,height=400");
}
//-->