var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jankovic rallies, helps Serbia tie Russia in Fed Cup quarters - CBS Sports
";
arnews[0] += "BELGRADE, Serbia -- Jelena Jankovic rallied from a set down and 1-4 in the second to beat Alisa Kleybanova 4-6, 6-4, 6-0 to put Serbia level ... Earlier, Svetlana Kuznetsova beat Ana Ivanovic 6-1, 6-4 to give Russia a 1-0 lead. \"Trailing 1-4 in the ...";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 03:09:00 GMT";
arnews[0] += "
";
arnews[1]="Serbia v Russia - Fed Cup scores - ESPN.com
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 07 Feb 2010 19:30:00 GMT";
arnews[1] += "
";
arnews[2]="UPDATE 2-Tennis-Serbia v Russia - Fed Cup scores - Reuters UK
";
arnews[2] += "Feb 7 (Reuters) - 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 ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 19:23:00 GMT";
arnews[2] += "
";
arnews[3]="Kirilenko upsets Sharapova in Australian Open - The Gaea Times
";
arnews[3] += "MELBOURNE - Maria Sharapova became the first major casualty on a stormy opening day at the Australian Open Monday, with the 2008 champion playing for the first time since her title and losing to Maria Kirilenko 7-6, (7-4), 3-6, 6-4. The first-round ...";
arnews[3] += "
Publ.Date : Sun, 17 Jan 2010 09:46:00 GMT";
arnews[3] += "
";
arnews[4]="Indian Wells Tennis BNP Parisbas Open Tickets - Tennis-X.com
";
arnews[4] += "The Indian Wells Tennis Garden in scenic Indian Wells, California will again host the best and biggest pro tennis event on the West Coast of the U.S. from March 11-21. The 10-day BNP Parisbas Open tournament will offer $4.5 million in prize money and ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:33:00 GMT";
arnews[4] += "
";
arnews[5]="France no match for Williams sisters stand-ins - YAHOO!
";
arnews[5] += "Serbia kept in the clash thanks to the impeccable Jelena Jankovic who made it two singles rubbers out of two when she beat former US Open champion Svetlana Kuznetsova 6-3, 4-6, 6-3. However, her team-mate Ana Ivanovic 's woeful form continued as she ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 20:06: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("