<!--
//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]="I thought to myself, what a great idea - I can believe what I want and be accepted by the congregation. &lsquo;We don&rsquo;t have to believe alike to love alike.&rsquo; This concept was almost unheard of in any of the previous religions I had practiced. I found a home in OUUC.";
lstSrc[0] = " - Jack Jackson";
lstQuotes[1]="OUUC is the place where I feel completely accepted as I travel my faith journey, and it&rsquo;s where I have the opportunity to do something tangible to help better our world.";
lstSrc[1] = " - Karen Jackson";
lstQuotes[2]="My first impression was that here is a group of people who really care about our world and want to be a community that can make a difference.";
lstSrc[2] = " - Karen Jackson";
lstQuotes[3]="I attended the CUUPs Samhain (last harvest) Ritual and I loved the way they honored those who had passed away during that year and then welcomed the children who had been born. That was the first ritual I had ever attended and I felt like I really belonged.";
lstSrc[3] = " - Karen Jackson";
lstQuotes[4]="Walking into Olympia Unitarian Universalist Congregation that Sunday morning eight years ago changed my life.";
lstSrc[4] = " - Ann Yeo";
lstQuotes[5]="This congregation provides a context for my spiritual journey. It is a community committed to and standing up for peace and justice in the world, and a great group of interesting friends of all ages.";
lstSrc[5] = " - Riley McLaughlin";
lstQuotes[6]="I think what I have come to appreciate most at OUUC is the dedication I see to not just &ldquo;talking the talk, but walking the walk&rdquo;. Deeds, not creeds. No matter what the focus, UUs show up!"
lstSrc[6] = " - Lorrie Eaton";
lstQuotes[7]="OUUC...is a place where I have deep relationships with people of all ages and experiences. I&rsquo;ve had opportunities to do Yule Plays and Pirate Themed events with our youth and share meals with the residents of Camp Quixote...And when joyful, painful or sad events touch our lives, we are all there together, holding each other up in a community of love."
lstSrc[7] = " - Melanie Ransom";
lstQuotes[8]="The combination of a stimulating and thought-provoking sermon, music that fed the soul, and an immediate feeling of community was far more than I had expected and an emotional experience repeated many times since."
lstSrc[8] = " - Nancy Brickell";
lstQuotes[9]="Although my first attraction to Unitarian Universalism was the belief system and orientation toward peace and social justice, I have found that my greatest reason for belonging is the association with and loving friendship of so many members."
lstSrc[9] = " - George Lanning";
lstQuotes[10]="OUUC is a place of learning and growth, of love and support, of joy, hope, laughter, creativity, and endless energy. It&rsquo;s a place where we care for one another in time of need."
lstSrc[10] = " - Ginny Taylor";
lstQuotes[11]="So much of what happens at OUUC just seems to make the world a better place &ndash; whether it&rsquo;s for me as an individual, or for the congregation, or for the community at large. And...here everyone is welcome!"
lstSrc[11] = " - Roger Nielsen";
lstQuotes[12]="We have found here an exciting and vibrant community of committed members and friends, and gifted ministers, staff and lay leaders. Our pastor consistently brings us to reflection, to laughter, and to tears with his wisdom, eloquence and winning ways... Clearly, we are madly in love with this place!"
lstSrc[12] = " - Bernie and Joyce Steckler";
lstQuotes[13]="OUUC has provided me a community of life-long valued friends and a place to be my true self, to live out my values through my actions."
lstSrc[13] = " - Gail Gosney";



var selQuote = Math.round(13.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");
}
//-->
