<!--//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]="It is a great feeling to know we are in a place that even if others do not agree with us, or we don&rsquo;t agree with them, we can all find a middle ground and learn from each other."lstSrc[6] = " - Shawn Smith";lstQuotes[7]="I value attending OUUC because it 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 also with great world travelers. 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";var selQuote = Math.round(7.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");}//-->