var arnews = new Array(15); totcount = 5; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Nude Hiking on Montara Mountain "; arnews[0] += "The other day we hiked from the Pacifica trailhead to Montara. We reached the “saddle” 2 miles up at the top of the hill where the fabulous views of Pacifica, San Francisco and Marin are visible. Just down a short path on the ridge to the West is a bench carved with “Bob’s Overlook”. This [...]"; arnews[0] += " "; arnews[1]="Hiking the Land’s End Trail from Sutro Baths to SeaCliff and views of the GG Bridge "; arnews[1] += "What an incredible day in San Francisco to take a hike. The weather was an unusual 80+degrees and Ocean Beach looked like a crowed beach in the tropics. In less than 30 minutes from the Pacifica-Half Moon Bay coast, we reached our destination for this hike. We took the Great Hwy (this is Hwy.1) and [...]"; arnews[1] += " "; arnews[2]="San Bruno Mountain Hike "; arnews[2] += "We chose a hot 80+ degree day to venture to the trails on San Bruno Mountain. This is the hill we see with a grouping of transmission towers that the locals affectionately call “NBC Hill”. Wikipedia gives a great description below: San Bruno Mountain, situated in northern San Mateo County, California, is the northernmost part [...]"; arnews[2] += " "; arnews[3]="End of the Year Thanks "; arnews[3] += "“Hard Times, holding it together ain’t always easy”-from the James Taylor song 1981 Being a Realtor is a unique profession. Over the years, we remember going to the post office and being greeted by people commenting on how Realtors were the nouveau rich. This year, our greeting is a comforting pat on the back as [...]"; arnews[3] += " "; arnews[4]="Walks "; arnews[4] += "Easter Weekend we decided to take a walk. We had time and the weather was nice. We also had Saturday and Sunday off from our usual “open house” weekend schedule. On Saturday we got into two cars, went from Montara to the Starbucks at Linda Mar in Pacifica and picked up two double lattes. We [...]"; 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(" |