var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Picking up where we left off
";
arnews[0] += "Picked-up pieces while wondering whether Bill Belichick plans to name himself Patriots special teams coach and strength and conditioning coordinator before the start of two-a-days. Across the nation, the 2010 Super Bowl goes down as the story of the rise of the Saints and the rebuilding of the city of New Orleans.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:41:41 GMT";
arnews[0] += "
";
arnews[1]="Golf Plus: Some need help to enter an event
";
arnews[1] += "No PGA Tour player says \"sponsor's exemption\" like John Daly. Daly's game may no longer merit the invitations to play on pro golf's biggest stages, but the buzz he generates - fat/skinny, drinking/sober, dedicated/quitting - can't be denied.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The book on Medlock
";
arnews[2] += "Moorpark artist Scott Medlock, center, has built valuable friendships with golf legends Arnold Palmer, left, and Jack Nicklaus.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:51:36 GMT";
arnews[2] += "
";
arnews[3]="Lance gears up for The Argus
";
arnews[3] += "Lance Armstrong will not be the first Tour de France champion to ride in the Cape Argus Pick n Pay Cycle Tour, but he will be the only one who will ride the world's biggest race in the same year as he rides the world's biggest timed race.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:48:05 GMT";
arnews[3] += "
";
arnews[4]="Tom Cruise Signs For Mission: Impossible 4
";
arnews[4] += "But until yesterday, it wasn't a locked deal - while Cruise was producing the next film with JJ Abrams, but though he was expected to return, he hadn't signed on the dotted.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:44:26 GMT";
arnews[4] += "
";
arnews[5]="Pebble Beach Pro-Am seeks to lure professionals
";
arnews[5] += "Any golfer expecting to win the U.S. Open this year at Pebble Beach Golf Links should probably have committed himself to play in this week's Pebble Beach National Pro-Am. The four champions in the U.S. Open held at Pebble Beach, Jack Nicklaus , Tom Watson , Tom Kite and Tiger Woods , have all won the February event.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:44:10 GMT";
arnews[5] += "
";
totcount = 6;
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("