var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vesnina and Szavay into second round - Concord Monitor
";
arnews[0] += "PARIS - Eighth-seeded Elena Vesnina of Russia and Agnes Szavay of Hungary both reached the second round of the Open GDF Suez tournament. The 34th-ranked Szavay was leading 6-3, 1-0 against Olga Govortsova when the Belarus player retired yesterday ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[0] += "
";
arnews[1]="Vesnina and Szavay into 2nd round at Open GDF Suez - USA Today
";
arnews[1] += "PARIS (AP) — Eighth-seeded Elena Vesnina of Russia and Agnes Szavay of Hungary have both reached the second round of the Open GDF Suez tournament. The 34th-ranked Szavay was leading 6-3, 1-0 against Olga Govortsova when the Belarus player retired ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 20:55:00 GMT";
arnews[1] += "
";
arnews[2]="Vesnina moves forward at Suez tournament - Independent Online
";
arnews[2] += "Paris - Eighth-seeded Elena Vesnina of Russia and Agnes Szavay of Hungary both reached the second round of the Open GDF Suez tournament on Monday. The 34th-ranked Szavay was leading 6-3, 1-0 against Olga Govortsova when the Belarus player retired ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:43:00 GMT";
arnews[2] += "
";
arnews[3]="WTA Tour Open Gaz de France SUEZ Results - OregonLive.com
";
arnews[3] += "(AP) — Agnes Szavay, Hungary, def. Olga Govortsova, Belarus, 6-3, 1-0, ret. Elena Vesnina (8), Russia, def. Alexandra Dulgheru, Romania, 6-1, 6-4. Timea Bacsinszky, Switzerland, and Selima Sfar, Tunisia, def. Maria Kondratieva, Russia, and Sophie ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:13:00 GMT";
arnews[3] += "
";
arnews[4]="VESNINA ADVANCES IN PARIS - Sporting Life
";
arnews[4] += "The Russian was always in control against Romania's Alexandra Dulgheru as she eased to a 6-1 6-4 success. Hungary's Agnes Szavay is also in to round two after her opponent, Belarus' Olga Govortsova, was forced to retire hurt. Szavay was 6-3 and 1-0 ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:03:00 GMT";
arnews[4] += "
";
arnews[5]="Vesnina, Szavay advance in France - WPTV
";
arnews[5] += "Eighth-seeded Elena Vesnina and Hungarian Agnes Szavay were Monday's first-round winners at the $700,000 Open GDF Suez tennis tournament. The Russian Vesnina vaulted past Romanian Alexandra Dulgheru 6-1, 6-4, while the unseeded Szavay topped ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 20:26: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("