var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="surfing heritage: [http://ping.fm/rWH6D] On Friday, August 21, SHF hosted the final Southern California screening of Tiffany Campbell and Andria Lessler’s “Dear & Yonder.” 3 years in the making, D & Y chronicles the history of female surfers, from its inception and pioneers, right up through present day. The film explores the relationship between women and their home breaks (the Dear) as well as featuring ladies who search out waves in the far-flung corners of the Earth (the Yonder). Joining us for this screening were surf legends Linda Benson, Joyce Hoffman, and Jericho Poppler, former world champ, Sofia Mulanovich, multi-board stylist Kassia Meador, Jan Sunn-Carreira, and stopping by for his first visit, Rob Machado. Thank you to Torri Alexander, Danielle Beck, Cedar Pearsal-Carter, and the Roxy girls, to Rachel McGoye, and Zella Day for providing live music, and to our volunteers: Rita Bandaruk, Keiko Beatie, Johnathan Colbert, Stephanie Edwards, Krysla Grothe, Greg Hatleberg, Dillon Joyce, Baleigh Kasler, M
";
arnews[0] += "[";
arnews[0] += "
";
arnews[1]="Rotary lunch with Stephanie Edwards... KTLA Rose parade announcer and motivational speaker. #Rotary
";
arnews[1] += "Rotary lunch with Stephanie Edwards... KTLA Rose parade announcer and motivational speaker.";
arnews[1] += "
";
arnews[2]="Rotary lunch with Stephanie Edwards... KTLA Rose parade announcer and motivational speaker. #Rotary
";
arnews[2] += "Rotary lunch with Stephanie Edwards... KTLA Rose parade announcer and motivational speaker.";
arnews[2] += "
";
arnews[3]="Michael Schade: Stephanie Edwards – Here I Am
";
arnews[3] += "Stephanie Edwards – Here I Am -";
arnews[3] += "
";
arnews[4]="Stephanie Edwards-Musa: Qik - it's only 15 miles by Stephanie Edwards-Musa
";
arnews[4] += "Qik - it's only 15 miles by Stephanie Edwards-Musa";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("