var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ask Larry: Woods vs. Federer? - Desert Sun
";
arnews[0] += "Q: As you are a golf expert perhaps you can explain how Tiger Woods was named sportsman of the decade over Roger Federer? A: An excellent question, and not one with an easy answer. First, remember that all such titles are subjective at best. Second ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:11:00 GMT";
arnews[0] += "
";
arnews[1]="Michael Phelps to swim in Columbia - Columbia Missourian
";
arnews[1] += "COLUMBIA – Olympic gold medalists Michael Phelps and Ryan Lochte in addition to other members of the USA Swimming National Team will compete at the Missouri Grand Prix, Feb. 12-15 in Columbia, Mo. Phelps won a record eight gold medals in the 2008 ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 22:05:00 GMT";
arnews[1] += "
";
arnews[2]="Vonn, a la Phelps? - Richmond Times-Dispatch
";
arnews[2] += "Vonn has won everything but an Olympic medal in becoming the best female U.S. skier in history. Because she also has a good medal shot in the super combined and slalom, NBC would be tempted to make her into a Michael Phelps-like miniseries except, as ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT";
arnews[2] += "
";
arnews[3]="In super combined, a gold medal for Vonn would get U.S. off to hot ... - Washington Post
";
arnews[3] += "So the super combined could set the tenor for Vonn's entire Olympics -- just as Michael Phelps's dominant victory in the 400-meter individual medley sent him on his way to a record eight gold medals in the 2008 Beijing Games. Will Vonn become skiing ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:14:00 GMT";
arnews[3] += "
";
arnews[4]="Skier Lindsey Vonn is top U.S. hopeful at 2010 Vancouver Olympics - Washington Post
";
arnews[4] += "The high temperature of 4 degrees had come and gone one Sunday afternoon last December at the base of a mountain in Lake Louise, Alberta, when Lindsey Vonn found her husband, Thomas, and buried her head into the shoulder of his puffy ski jacket. \"I'm ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:21:00 GMT";
arnews[4] += "
";
arnews[5]="An Olympian Who Claims St. Louis - St. Louis Post-Dispatch
";
arnews[5] += "VANCOUVER – Sleuthing out the local angles always is a staple of covering the Olympics, a concept immortalized by Haaretz.com of Israel at the 2008 Beijing Games. After U.S. swimmer Michael Phelps won one of his eight gold medals in a relay with ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[5] += "
";
arnews[6]="Olympic Symbols - NBC Chicago
";
arnews[6] += "In 2004 athletes were awarded a wreath in addition to a medal. Here Michael Phelps accepts his wreath after winning the gold medal for the 400m. From the rings to the flame, the Olympic symbols represent the spirit of the games";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[6] += "
";
arnews[7]="Top 100 Memories: 2000-09 (Part IX[-Glide]) - Swimnews
";
arnews[7] += "Draw whatever conclusion you like about those efforts worthy of celebration and about the pattern in general. Far, far more relevant in 2008 was what was going on behind the woman at the helm: whereas it took a 2:12.84 to make the top 20 in the world ...";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 07:38:00 GMT";
arnews[7] += "
";
arnews[8]="Brasch Words - American Reporter
";
arnews[8] += "BLOOMSBURG, Pa. -- The superstar of the 2008m Beijing Olympics may not have been the multiple medalists like Michael Phelps, but the Great Wall of China. Every network covering the Olympics took the world to see it. Almost every newspaper and ...";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT";
arnews[8] += "
";
totcount = 9;
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("