var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ukraine v Italy - Fed Cup scores - ESPN.com
"; arnews[0] += "Feb 7 - Scores from the Fed Cup World Group first round match between Ukraine and Italy in Kharkiv on Sunday (* denotes new result). * Francesca Schiavone (Italy) beat Kateryna Bondarenko (Ukraine) 2-6 6-1 6-1 Flavia Pennetta (Italy) beat Alona ..."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 15:55:00 GMT"; arnews[0] += "
"; arnews[1]="Czechs win doubles match to advance in Fed Cup - The Sun News
"; arnews[1] += "The Czech Republic reached the semifinals of the Fed Cup after disposing Germany in the decisive doubles match. The tandem of Lucie Hradecka and Kveta Peschke defeated Anna-Lena Groenefeld and Tatjana Malek 6-1, 6-3. Anna-Lena Groenefeld earned a ..."; arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 18:18:00 GMT"; arnews[1] += "
"; arnews[2]="Italy tops Ukraine in Fed Cup quarters - WPTV
"; arnews[2] += "Francesca Schiavone rallied from a set down to beat Kateryna Bondarenko of Ukraine and help defending champion Italy secure a spot in the Fed Cup semifinals. Schiavone defeated Kateryna Bondarenko 2-6, 6-1, 6-1 to give the Italians an insurmountable ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 17:50:00 GMT"; arnews[2] += "
"; arnews[3]="Italy tied with Ukraine in Fed Cup quarters - WPTV
"; arnews[3] += "Flavia Pennetta of Italy topped Kateryna Bondarenko of the Ukraine in the second of Saturday's singles matches to even their Fed Cup quarterfinal at one match apiece. Pennetta posted a 7-5, 6-3 win for the defending Fed Cup champs after Alona ..."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 16:39:00 GMT"; arnews[3] += "
"; arnews[4]="Pennetta ties Italy with Ukraine in Fed Cup - CNN Sports Illustrated
"; arnews[4] += "KHARKIV, Ukraine (AP) -- Flavia Pennetta beat Kateryna Bondarenko 7-5, 6-3 to level defending champion Italy's Fed Cup quarterfinal against Ukraine at 1-1 after the opening singles. Earlier Saturday, Alona Bondarenko beat Francesca Schiavone 6-1, 6-4 ..."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 18:27:00 GMT"; arnews[4] += "
"; arnews[5]="USA, Italy, Czech Republic, Russia reach Fed Cup semis - USA Today
"; arnews[5] += "KHARKIV, Ukraine (AP) — Francesca Schiavone has given Italy an insurmountable 3-1 lead in the Fed Cup quarterfinals after rallying to beat Kateryna Bondarenko 2-6, 6-1, 6-1. Teenager Melanie Oudin beat Julie Coin to give the Americans an ..."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 23:56: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("
");