var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ana Ivanovic in bikini act for Sports Illustrated - SamayLive
";
arnews[0] += "London: Former tennis beauty Ana Ivanovic has been in news for her latest act. The former No. 1 seed has posed for Sports Illustrated swimsuit issue of this year. The Serbian Tennis beauty looks comfortable in bikini. Ana Ivanovic's off the tennis ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:16:00 GMT";
arnews[0] += "
";
arnews[1]="Ana Ivanovic was photographed by Marlena Bielinska in New York, New ... - CNN Sports Illustrated
";
arnews[1] += "Ana Ivanovic, 22, is a professional tennis player and the winner of the 2008 French Open. Ivanovic was born in Belgrade, Serbia, and took up tennis after watching Monica Seles on television. Ana was featured on a Serbian postage stamp in 2008 and was ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Has Ana Ivanovic hit rock bottom? - ESPN.com
";
arnews[2] += "One of the biggest questions in women's tennis these days isn't a very pleasant one: How much worse can things get for Ana Ivanovic ? The 22-year-old Serbian had the world eating out of her hand as little as 18 months ago before a horrific tailspin ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 19:57:00 GMT";
arnews[2] += "
";
arnews[3]="Cleveland Leader - Cleveland Leader
";
arnews[3] += "It is the middle of winter with a massive snowstorm hitting Cleveland along with the much more of the East Coast but Sports Illustrated gives us a sign of warmer things by releasing their Sports Illustrated Swimsuit Issue. Brooklyn Decker landed the ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:13:00 GMT";
arnews[3] += "
";
arnews[4]="US go 2-0 up in Fed Cup, Ana Ivanovic slumps - Daily News and Analysis
";
arnews[4] += "The Americans are a win away from April's semi-finals after racing to a 2-0 advantage over nervous hosts France while defending champions Italy were level at 1-1 with World Group debutants Ukraine in their best of five encounter. Russia's Svetlana ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 06:15:00 GMT";
arnews[4] += "
";
arnews[5]="Serbia v Russia - Fed Cup scores - ESPN.com
";
arnews[5] += "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[5] += "
Publ.Date : Sun, 07 Feb 2010 19:30: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("