var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Scenes from Fed Cup: World Group Day 1
";
arnews[0] += "Day One of the first round of Fed Cup World Group action is over - and it's getting exciting! Here's a quick update Russia vs.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 10:06:55 GMT";
arnews[0] += "
";
arnews[1]="Russia to meet US in semis
";
arnews[1] += "London: The United States, Italy, Czech Republic and Russia reached the Fed Cup semi-finals on Sunday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:30:02 GMT";
arnews[1] += "
";
arnews[2]="Italy into semis, Ivanovic woes continue
";
arnews[2] += "Tuesday, February 09, 2010 LONDON: Fed Cup holders Italy overcame two stern tests on Sunday to beat Ukraine 4-1 in Kharkiv and book their place in the semifinals where they will play the Czech Republic.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:45:41 GMT";
arnews[2] += "
";
arnews[3]="Fed Cup holders battle into semi-finals, Ivanovic's woes continue
";
arnews[3] += "LONDON: Fed Cup holders Italy overcame two stern tests on Sunday to beat Ukraine 4-1 in Kharkiv and book their place in the semi-finals where they will play the Czech Republic.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:18:36 GMT";
arnews[3] += "
";
arnews[4]="Italy wary of Ukraine's Fed Cupa
";
arnews[4] += "Francesca Schiavone has warned defending Fed Cup champions Italy that they will have to be on their toes to avoid an upset against debutants Ukraine in the first match of their title defence.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Defending champ Italy moves on in Fed Cup
";
arnews[5] += "Francesca Schiavone sent defending champion Italy on to the Fed Cup semifinals with a three-set victory Sunday against Ukraine's Kateryna Bondarenko.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 14:46:56 GMT";
arnews[5] += "
";
arnews[6]="Oudin wins to give US spot in Fed Cup semis
";
arnews[6] += "Teenager Melanie Oudin won her two singles matches to lead the United States to a 4-1 victory over France and secure a spot in the Fed Cup semifinals.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Oudin puts U.S. in Fed Cup semis
";
arnews[7] += "Teenager Melanie Oudin won her two singles matches to lead the United States to a 4-1 victory over France and secure a spot in the Fed Cup semifinals.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 06:35:00 GMT";
arnews[7] += "
";
totcount = 8;
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("