var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alex Amith: Australian Open 2009 Serena Williams On The Heat In Her Quarter Final: Australian Open 2009 Serena Williams o.. http://bit.ly/5dx3Og
";
arnews[0] += "Australian Open 2009 Serena Williams On The Heat In Her Quarter Final: Australian Open 2009 Serena Williams o..";
arnews[0] += "
";
arnews[1]="Alex Amith: Serena Williams full nude!: Author: 007Tippu Keywords: Serena Williams full nude sex sexy sexuality naked hot .. http://bit.ly/7OXGXU
";
arnews[1] += "Serena Williams full nude!: Author: 007Tippu Keywords: Serena Williams full nude sex sexy sexuality naked hot ..";
arnews[1] += "
";
arnews[2]="Alex Amith: Serena Williams Vs. Lindsay Davenport 2001 5/10: Serena Williams vs. Lindsay Davenport US Open QF 2001 Tag.. http://bit.ly/7r8WEN
";
arnews[2] += "Serena Williams Vs. Lindsay Davenport 2001 5/10: Serena Williams vs. Lindsay Davenport US Open QF 2001 Tag..";
arnews[2] += "
";
arnews[3]="David Warwick: Sport 'sauce bottle' award went to Serena Williams - should have been Brendan Fevola, I'm still a struggling Carlton tragic :( #gnw
";
arnews[3] += "Sport 'sauce bottle' award went to Serena Williams - should have been Brendan Fevola, I'm still a struggling Carlton tragic :(";
arnews[3] += "
";
arnews[4]="Alex Amith: Serena Williams wins Wimbledon title | Sports News: Serena Williams clinched her third Wimbledon title and 11t.. http://bit.ly/7dnH2E
";
arnews[4] += "Serena Williams wins Wimbledon title | Sports News: Serena Williams clinched her third Wimbledon title and 11t..";
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("