var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Niki Adityan - Bleacherreport.com
";
arnews[0] += "My current favourite players are Rafeal Nadal, Andy Murray, Lleyton Hewitt, Marat Safin, Roger Federer, Novak Djokovic, Dinara Safina, Serena Williams, Ana Ivanovic and Elena Dementieva.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 18:29:00 GMT";
arnews[0] += "
";
arnews[1]="Kuznetsova to warm up in Sydney for Australian Open - ESPN.com
";
arnews[1] += "SYDNEY, Nov 18 - French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International. The 24-year-old Russian joins Serena Williams, Elena Dementieva, Caroline Wozniacki and Victoria Azarenka as the ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:08:00 GMT";
arnews[1] += "
";
arnews[2]="Toronto Rogers Cup Tennis Tickets - Tennis-X.com
";
arnews[2] += "That means Serena and Venus Williams along with Dinara Safina, Elena Dementieva, Jelena Jankovic, Ana Ivanovic plus Maria Sharapova who will all be in attendance competiting for the prestegious Canadian title. Great seats and great tickets at a ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:51:00 GMT";
arnews[2] += "
";
arnews[3]="Kuznetsova to warm up in Sydney - ONE News
";
arnews[3] += "French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International. The 24-year-old Russian joins Serena Williams, Elena Dementieva, Caroline Wozniacki and Victoria Azarenka as the fifth player in the ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 04:51:00 GMT";
arnews[3] += "
";
arnews[4]="Kuznetsova to play Sydney International - Australian Broadcasting Corp.
";
arnews[4] += "French Open champion Svetlana Kuznetsova will launch her 2010 Australian Open campaign at the Sydney International. The 24-year-old Russian joins Serena Williams, Elena Dementieva, Caroline Wozniacki and Victoria Azarenka as the fifth player in the ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 04:44:00 GMT";
arnews[4] += "
";
arnews[5]="Kuznetsova agrees to Sydney - SkySports
";
arnews[5] += "French Open champion Svetlana Kuznetsova has become the fifth player currently in the world's top-10 to commit to the Sydney International. The event, which takes place from January 10-16, is the ideal warm-up for the Australian Open, which gets ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:28: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("