var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alona Bondarenko - YAHOO!
";
arnews[0] += "• Fed Cup holders Italy into semis, Ivanovic woes continue Feb 7 (Reuters) • US, Italy, Czechs and Russia reach Fed Cup semis Feb 7 (AP) • United States, Italy, Czech Republic and Russia reach Fed Cup semifinals Feb 7 (The Canadian Press ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 23:26:00 GMT";
arnews[0] += "
";
arnews[1]="Fed Cup: Italy's Francesca Schiavone meets Ukraine's Alona Bondarenko ... - Los Angeles Times
";
arnews[1] += "KHARKIV, Ukraine (AP) — Francesca Schiavone will open Italy's bid to defend the Fed Cup title against Ukraine's Alona Bondarenko. In the second singles Saturday, Flavia Pennetta will face Kateryna Bondarenko. Reverse singles are scheduled for ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 13:27:00 GMT";
arnews[1] += "
";
arnews[2]="Alona Bondarenko wins Hobart International, beating Shahar Peer 6-2, 6 ... - The Gaea Times
";
arnews[2] += "HOBART, Australia — Fourth-seeded Alona Bondarenko won the Hobart International on Saturday for her second WTA Tour title, beating second-seeded Shahar Peer 6-2, 6-4 in the Australian Open warmup event. Bondarenko, the 25-year-old Ukraine player ...";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 09:34:00 GMT";
arnews[2] += "
";
arnews[3]="Ukraine v Italy - Fed Cup scores - ESPN.com
";
arnews[3] += "Feb 7 - Scores from the Fed Cup World Group first round match between Ukraine and Italy in Kharkiv on Sunday. Flavia Pennetta (Italy) beat Alona Bondarenko (Ukraine) 7-5 7-6(3) Played on Saturday Alona Bondarenko (Ukraine) beat Francesca Schiavone ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 13:18:00 GMT";
arnews[3] += "
";
arnews[4]="Italy tied with Ukraine in Fed Cup quarters - WPTV
";
arnews[4] += "Saturday's winners will square off in the first reverse singles match Sunday, as Pennetta takes on Alona Bondarenko. The losers from Saturday will then meet in the second reverse singles, as Schiavone takes on Kateryna Bondarenko. The potentially ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 16:39:00 GMT";
arnews[4] += "
";
arnews[5]="Schiavone will open for champion Italians - WPTV
";
arnews[5] += "Francesca Schiavone will be first up for the reigning champion Italians when the best-of-five Fed Cup quarterfinal tie between Italy and host Ukraine commences Saturday. Schiavone will meet Alona Bondarenko in the opening singles rubber, and that ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 14:53: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("