var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Russia beat Serbia in decisive Fed Cup doubles - BBC Sport
";
arnews[0] += "Four-time Fed Cup champions Russia knocked out Serbia 3-2 following a convincing victory in Sunday's decisive doubles rubber in Belgrade. With the World Group first-round tie level at 2-2, Svetlana Kuznetsova and Alisa Kleybanova swept past Jelena ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 19:16:00 GMT";
arnews[0] += "
";
arnews[1]="Kuznetsova beats Ivanovic to give Russia lead in Fed Cup - CNN Sports Illustrated
";
arnews[1] += "BELGRADE, Serbia (AP) -- Svetlana Kuznetsova has beaten Ana Ivanovic 6-1, 6-4 to give Russia a 1-0 lead over Serbia in the Fed Cup quarterfinals. The French Open champion rallied from 4-2 down in the second set Saturday, before sealing the win with a ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 18:27:00 GMT";
arnews[1] += "
";
arnews[2]="Serena, Clijsters to meet at MSG TENNIS-W - KSTP
";
arnews[2] += "The BNP Paribas Showdown for the Billie Jean King Cup in New York will also feature a semifinal match between French Open champion Svetlana Kuznetsova and seven-time Grand Slam titlist and 2009 Wimbledon runner-up Venus Williams. The $1.2 million one ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 18:45:00 GMT";
arnews[2] += "
";
arnews[3]="Serbia v Russia - Fed Cup scores - ESPN.com
";
arnews[3] += "Feb 7 - Scores from the Fed Cup World Group first round match between Serbia and Russia in Belgrade on Sunday (* denotes new result) * Alisa Kleybanova/Svetlana Kuznetsova (Russia) beat Ana Ivanovic/Jelena Jankovic (Serbia) 6-1 6-4 Alisa Kleybanova ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 19:30:00 GMT";
arnews[3] += "
";
arnews[4]="French Open champion Kuznetsova becomes first player into 3rd round at ... - The Gaea Times
";
arnews[4] += "MELBOURNE, Australia — French Open champion Svetlana Kuznetsova became the first player into the third round of the Australian Open with a 6-2, 6-2 win Wednesday over fellow Russian Anastasia Pavlyuchenkova. The third-seeded Kuznetsova was dominant ...";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[4] += "
";
totcount = 5;
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("