

function cref_display(str) {
  testimonial.innerHTML = str;
}

function cref_start() {
  var rand = Math.floor (Math.random() * cref.length);
  setInterval("cref_update()",1000*15);
  cref_display(cref[rand]);
}

function cref_update() {
  cref_display(cref[crefnum]);
  crefnum++;
  if (crefnum == cref.length) crefnum = 0;
}

var cref = new Array();
cref[0] = '<div class="custreftext">"QUOTE"</div><div class="custrefname">NAME - UNIT - CITY</div>';
cref[0] = '<div class="custreftext">"After working with other providers, Troop 9 found SOAR\'s myTroop provides an easy-to-use and quick-to-learn unit website. myTroop generates a clean, user-friendly layout that makes finding information simple for parents and scouts alike.  We have enjoyed using SOAR\'s myTroop service. It has greatly simplified maintaining our unit\'s web presence."</div><div class="custrefname">Rich Miller - BS Troop 9 - Penfield, NY</div>';
cref[1] = '<div class="custreftext">"I\'m REALLY excited about your service.  I\'m going to try and get this information to the various Packs and Troops in our Council at our next Rountable.  You\'ve got a GREAT product here.  I\'m glad to be a customer"</div><div class="custrefname">Sam Aungst - CS Pack 14 - Williamsport, PA</div>';
cref[2] = '<div class="custreftext">"Let me start off by saying that myPack is very easy to use.  SOAR clearly has extensive knowledge of scouting.  SOAR has even taken some of my suggestions and added them to the service.  Building my Pack website was a real pleasure using SOAR\'s myPack!"</div><div class="custrefname">Rob Fredette - CS Pack 225 - Fairport, NY</div>';
cref[3] = '<div class="custreftext">"I want you to know that I think your service is excellent.  I have been using it for serveral days now and it fits our needs perfectly."</div><div class="custrefname">Daniel Mackle - CS Pack 79 - New City, NY</div>';
cref[4] = '<div class="custreftext">"I really like SOAR myPack - very practical and nicely done !"</div><div class="custrefname">Lillian Reynolds - CS Pack 1365 - Hickory, PA</div>';
cref[5] = '<div class="custreftext">"With your concept, you have made it so simple to get up & running and to maintain that I am thinking we will assign maintainance to one of the scouts!"</div><div class="custrefname">Brian Mann - BS Troop 1 - Peoria, IL</div>';
cref[6] = '<div class="custreftext">"Have had many nice compliments on the website.  Your tool makes it very easy - I\'ll recommend it others definately!"</div><div class="custrefname">Michal Ritter - GS Troop 1156 <BR>Brandywine Valley, PA</div>';
cref[7] = '<div class="custreftext">"We have been using your service for just a few weeks now and LOVE IT!"</div><div class="custrefname">Amy Pea - CS Pack 207 - Machesney Park, IL</div>';
cref[8] = '<div class="custreftext">"Thanks again for a great product.  I had delayed putting up a website for our Troop after seeing the problems I had with creating a Band Booster website, but your service is fantastic.  I have already gotten great comments on the Scout site from the parents and boys"</div><div class="custrefname">Michael Franklin - BS Troop 150 - Concord, NC</div>';
cref[9] = '<div class="custreftext">"I cannot tell you how pleased the Troop is with the new website.  At our 60th anniversary campout this past weekend, the number of people who came up to the scoutmaster, committee chair, and/or myself and complimented us on the website was astonishing."</div><div class="custrefname">Paul Slatin - BS Troop 755 - Northville, MI</div>';
cref[10] = '<div class="custreftext">"I have only been using your service for a short time, but am extremely impressed by your responsiveness, communication, and ongoing improvement efforts."</div><div class="custrefname">Karl Moline - BS Troop 489 - Germantown, MD</div>';
cref[11] = '<div class="custreftext">"Our account has been active for only 2 days and already I am impressed with both the product and the service!"</div><div class="custrefname">Jim Hoppner - BS Troop 82 - Austin, TX</div>';
cref[12] = '<div class="custreftext">"I really appreciate your service it is so easy to obtain professional results with very little web design knowledge...I feel like our web site is a huge asset to our Troop!"</div><div class="custrefname">Lynn Bruna - BS Troop 1855 - Folsom, CA</div>';
cref[13] = '<div class="custreftext">"First let me say - the software is awesome! I am like a kid in a candy store - thanks for such a great product."</div><div class="custrefname">Dino Radosta - BS Troop 588 - Youngsville, NC</div>';
cref[14] = '<div class="custreftext">"First, let me say that this web site is awesome!!!  I had a basic troop web site up in under an hour and its so easy to use I can delegate update responsibilities to anyone else in the troop."</div><div class="custrefname">Ted Lemieux - BS Troop 31 - Walden, NY</div>';
cref[15] = '<div class="custreftext">"We are real happy that we signed up. The website is a lot more user friendly for the boys and to keep maintained. 170 Thumbs UP in our troop."</div><div class="custrefname">Darin Gagne - BS Troop 135 - Manchester, NH</div>';







var crefnum = 0;


