var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="[NYT]: Venus Williams Advances After Elena Dementieva’s Loss. http://tinyurl.com/ycpophs
";
arnews[0] += "[NYT]: Venus Williams Advances After Elena Dementieva’s Loss.";
arnews[0] += "
";
arnews[1]="Jason Frovich: Hit_The_Mark: Venus Williams Advances After Elena Dementieva’s Loss: Venus Williams lost her first two group matches in Doha,.. http://bit.ly/3yKRBN
";
arnews[1] += "Hit_The_Mark: Venus Williams Advances After Elena Dementieva’s Loss: Venus Williams lost her first two group matches in Doha,..";
arnews[1] += "
";
arnews[2]="Alfredo C.F. Lin: Venus Williams Advances After Elena Dementieva’s Loss - http://bit.ly/GJW4n
";
arnews[2] += "Venus Williams Advances After Elena Dementieva’s Loss -";
arnews[2] += "
";
arnews[3]="Serena Williams of U.S hits a return to Elena Dementieva of Russia during their WTA Tour Championships tennis match in Doha
";
arnews[3] += "Serena Williams of U.S hits a return to Elena Dementieva of Russia during their WTA Tour Championships tennis match in Doha -";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Elena Dementieva off-court Australien Open 2009 with kangaroos (11 HQ) http://is.gd/4KfxE
";
arnews[4] += "Elena Dementieva off-court Australien Open 2009 with kangaroos (11 HQ)";
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("