var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sports Digest: Olympic-size gift to Calif. food bank
"; arnews[0] += "Kellogg Co. donated thousands of boxes of cereal with Michael Phelps ' picture on them to the San Francisco Food Bank."; arnews[0] += "
Publ.Date : Thu, 12 Mar 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Six Tar Heels Called In To Train With WNT In December
"; arnews[1] += "U.S. Women's National Team head coach Pia Sundhage has called in 24 players, including six current and former North Carolina Tar Heels, for an 11-day training camp running from Dec."; arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 11:10:24 GMT"; arnews[1] += "
"; arnews[2]="Fun Times With The U.S. Women's National Soccer Team
"; arnews[2] += "On the field, they're all business. Off the field, hilarity ensues. Exhibit A : Sand castle competition in Albufeira, Portugal."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 05:37:53 GMT"; arnews[2] += "
"; arnews[3]="Female Football Player Suspended for on Field Violence
"; arnews[3] += "The University of New Mexico is located in Albuquerque, New Mexico. It was founded in 1889."; arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 12:06:45 GMT"; arnews[3] += "
"; arnews[4]="Sports Digest: Olympic-size gift to Calif. food bank
"; arnews[4] += "Kellogg Co. donated thousands of boxes of cereal with Michael Phelps ' picture on them to the San Francisco Food Bank."; arnews[4] += "
Publ.Date : Thu, 12 Mar 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Sports Digest: Olympic-size gift to Calif. food bank
"; arnews[5] += "Kellogg Co. donated thousands of boxes of cereal with Michael Phelps ' picture on them to the San Francisco Food Bank."; arnews[5] += "
Publ.Date : Thu, 12 Mar 2009 07:00:00 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("
");document.write("
");