var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Federer turns on the style to set up Davydenko clash
";
arnews[0] += "When Vitas Gerulaitis beat Jimmy Connors at Madison Square Garden in 1980, ending a run of 16 consecutive defeats against his fellow American, he was asked how he had finally managed to overcome his nemesis.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:23:59 GMT";
arnews[0] += "
";
arnews[1]="GOTOTENNIS - Tennis blog. Tennis news. Tennis gossip.
";
arnews[1] += "Tennis blog. Tennis news. Tennis gossip. >> Posted By antika 22 hours, 19 minutes ago in Sports Tennis blog with tennis news and tennis gossip for die hard tennis fans.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:55:19 GMT";
arnews[1] += "
";
arnews[2]="SI swimsuit edition puts Roddick's wife on cover
";
arnews[2] += "An image provided by Sports Illustrated shows the cover of the March 12, 2010, edition of Sports Illustrated magazine, the annual swimsuit edition.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:32:13 GMT";
arnews[2] += "
";
arnews[3]="Canada awaits next Fed Cup opponent
";
arnews[3] += "Canada's Aleksandra Wozniak hits a shot against Caroline Wozniacki of Denmark during the Australian Open tennis tournament in Melbourne January 20, 2010.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:36:26 GMT";
arnews[3] += "
";
arnews[4]="Barbados tourism showing signs of improvement in 2010
";
arnews[4] += "Tourism, long believed by economic pundits to be the sector to pull Barbados out of the global economic recession, is already showing tremendous signs of improvement in 2010.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:23:13 GMT";
arnews[4] += "
";
arnews[5]="Weekly net post: Missing stars give others chance to shine
";
arnews[5] += "Melanie Oudin of the USA celebrates her clinching victory Sunday to carry the USA past France in the Fed Cup quarterfinals.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:59:43 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("