var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Salinas golfer waits for call that may not come
"; 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."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:24:46 GMT"; arnews[0] += "
"; arnews[1]="On the bag: Wind, sea and stars on display at Pebble Beach
"; arnews[1] += "The granddaddy of all pro-ams - and the mother of all things weather - arrives this week to the Monterey Peninsula for the AT&T Pebble Beach National Pro-Am. Crooner extraordinaire Bing Crosby brought his Clambake gathering to the USA's windy edge two hours south of San Francisco in 1947."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 21:39:32 GMT"; arnews[1] += "
"; arnews[2]="Super Bowl of local golf tees off today at Pebble Beach
"; arnews[2] += "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."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 02:00:00 GMT"; arnews[2] += "
"; arnews[3]="Professionals Take On Amateurs In The Pro-Am Poker Equalizer
"; arnews[3] += "The Pro-Am Poker Equalizer is a televised poker tournament that pits professional poker players against celebrities in a game of Texas Holda em."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 12:01:40 GMT"; arnews[3] += "
"; arnews[4]="Kenny "The Jet" Smith Celebrates NBA All-Star Weekend 2010 With Parish-Nation, Ciroc Vodka and Nuvo
"; arnews[4] += "PHOTOS AVAILABLE POST EVENT Dallas, TX - Kenny \"The Jet\" Smith, two-time NBA Champion and analyst for TNT's Emmy Award winning \"Inside the NBA\", along with PARISH-NATION, CAZROC VODKA and NUVO will celebrate the biggest weekend in professional basketball with The 8th Annual Kenny Smith All-Star Bash at the luxurious Deux Lounge at Mockingbird ..."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 22:46:38 GMT"; 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("
");document.write("
");