var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="AT&T Pro-Am: Salinas golfer waits for call that may not come - Thecalifornian.com
"; arnews[0] += "The most anxious player leading up to the start of the AT&T Pebble Beach National Pro-Am golf tournament may not even get a chance to take a hack. Then again, maybe he will. Michael Schoeder, 52, of Corral de Tierra, could be in limbo until even ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:40:00 GMT"; arnews[0] += "
"; arnews[1]="Super Bowl of local golf tees off today at Pebble Beach - Thecalifornian.com
"; arnews[1] += "One Super Bowl ends, another begins. The Super Bowl of golf, at least as far as Monterey County is concerned, begins a week-long run today with the start of the AT&T Pebble Beach National Pro-Am golf tournament. The first of three days of practice ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 13:45:00 GMT"; arnews[1] += "
"; arnews[2]="Oh, how the celebrities have faded from the Bob Hope Classic - YAHOO!
"; arnews[2] += "The Bob Hope Classic used to be an event for the rich and famous. No, not just the rich and famous, but the rich and famous . It used to have names like Bing Crosby, Dwight Eisenhower and Frank Sinatra. Even as recently as a decade ago, famous ..."; arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 02:46:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");