var arnews = new Array(6);
totcount = 6;
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]="Schiavone, Peer roll in Paris openers
";
arnews[1] += "Fourth-seeded Italian Francesca Schiavone and sixth-seeded Israeli Shahar Peer were among Tuesday's second-round victors at the $700,000 Open GDF Suez tennis tournament.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:28:05 GMT";
arnews[1] += "
";
arnews[2]="Zvonareva rolls in Pattaya opener
";
arnews[2] += "Top-seeded and defending champion Vera Zvonareva highlighted Tuesday's first-round winners at the $220,000 Pattaya Open tennis event.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:54:26 GMT";
arnews[2] += "
";
arnews[3]="I have Far-Going Plans
";
arnews[3] += "This weekend the 20-year-old Muscovite Alisa Kleybanova together with Svetlana Kuznetsova took Russian team to Fed Cup semi-finals with victory over Serbia in Belgrade.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:01:17 GMT";
arnews[3] += "
";
arnews[4]="Oudin wins to give US spot in Fed Cup semis
";
arnews[4] += "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[4] += "
Publ.Date : Tue, 09 Feb 2010 04:35:10 GMT";
arnews[4] += "
";
arnews[5]="Russia to meet US in semis
";
arnews[5] += "London: The United States, Italy, Czech Republic and Russia reached the Fed Cup semi-finals on Sunday.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 04:30:02 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("