var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="IMOW: Walsh looks toward future
";
arnews[0] += "Kerri Walsh talks about her future in beach volleyball. Find out what she still wants to accomplish, the possibility of playing into her 40's and much more.";
arnews[0] += "
Publ.Date : Tue, 19 May 2009 20:23:08 GMT";
arnews[0] += "
";
arnews[1]="IMOW: Walsh strikes Olympic gold
";
arnews[1] += "Kerri Walsh recalls winning gold in the 2008 summer Olympics. Hear what it meant to her, the pressure she felt during the games and much more.";
arnews[1] += "
Publ.Date : Fri, 08 May 2009 16:27:41 GMT";
arnews[1] += "
";
arnews[2]="Misty May-Treanor & Kerri Walsh, Beach Volleyball.
";
arnews[2] += "Misty May-Treanor & Kerri Walsh, Beach Volleyball Olympians, get involved in Combating Childhood Obesity New PSAs created by the Ad Council, qubo, and the Department of Health &...";
arnews[2] += "
Publ.Date : Tue, 03 Mar 2009 06:56:21 GMT";
arnews[2] += "
";
arnews[3]="Olympic volleyball champions Misty May-Treanor & Kerri Walsh in New York City
";
arnews[3] += "Olympic Volleyball champions Misty May-Treanor & Kerri Walsh leave a celebrity after-party in New York City.";
arnews[3] += "
Publ.Date : Mon, 17 Nov 2008 11:31:41 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="The Truth About Olympic Gold Medalist Kerri Walsh
";
arnews[4] += "http://www.volleyballtribe.com/Olympic Beach Volleyball Gold Medalist Todd Rogers interviews 2 time Olympic Beach Volleyball Gold Medalist Kerri Walsh. Find out what Kerri's plans...";
arnews[4] += "
Publ.Date : Wed, 24 Sep 2008 05:42:03 GMT";
arnews[4] += "
";
arnews[5]="Misty May-Treanor, Kerri Walsh take gold
";
arnews[5] += "(NECN) - On the beach the team of Misty May-Treanor and Kerri Walsh defended their gold medal from Athens in 2004. They defeated China this morning in driving rain, going the...";
arnews[5] += "
Publ.Date : Thu, 21 Aug 2008 11:39:56 GMT";
arnews[5] += "
";
arnews[6]="Misty May-Treanor & Kerri Walsh, Beach Volleyball Olympians, get involved in Combating Childhood Obesity
";
arnews[6] += "Misty May-Treanor & Kerri Walsh, Beach Volleyball Olympians, get involved in Combating Childhood Obesity";
arnews[6] += "
Publ.Date : Wed, 16 Apr 2008 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Misty May-Treanor & Kerri Walsh, Beach Volleyball Olympians, get involved in Combating Childhood Obesity
";
arnews[7] += "New PSAs created by the Ad Council, qubo, and the Department of Health & Human Services Debut to coincide with the 2008 U.S. Olympic Team Media Summit The U.S. Department of...";
arnews[7] += "
Publ.Date : Tue, 15 Apr 2008 15:12:27 GMT";
arnews[7] += "
";
arnews[8]="Kerri Walsh Highlights
";
arnews[8] += "Some of Kerri's greatest hits from the AVP season";
arnews[8] += "
Publ.Date : Thu, 20 Mar 2008 00:16:47 GMT";
arnews[8] += "
";
arnews[9]="Misty May and Kerri Walsh
";
arnews[9] += "Highlights of Misty and Kerri during the Olympics. This is NOT my video. This was made by Misty Flores.";
arnews[9] += "
Publ.Date : Thu, 16 Feb 2006 04:55:38 GMT";
arnews[9] += "
";
totcount = 10;
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("