var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="GOTOTENNIS - Tennis blog. Tennis news. Tennis gossip.
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 05:55:19 GMT";
arnews[0] += "
";
arnews[1]="Roger Federer: it Was not My Intention to Influence Andy Murray
";
arnews[1] += "Roger Federer addressed the so-called \"bulletin board material\" that he offered up to Andy Murray before the Australian Open final.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:07:29 GMT";
arnews[1] += "
";
arnews[2]="GALLERY
";
arnews[2] += "A New Subterranean Way - Views of the massive cavern for the new 34th Street Station that will be part of the Number 7 subway extension at the Hudson Yards in Manhattan.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:56:56 GMT";
arnews[2] += "
";
arnews[3]="Tastemakers Illustrate the Cole Haan Lifestyle in the Spring 2010 Ad Campaign
";
arnews[3] += "Cole Haan's newest campaign celebrates family, friends, art, nature, community, competition, adventure, and love--the forces that drive and color our lives.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:05:42 GMT";
arnews[3] += "
";
arnews[4]="Olympic star Lindsey Vonn trades racing uniform for bikini in Sports Illustrated swimsuit issue
";
arnews[4] += "Alpine skier Lindsey Vonn poses for a portrait in May 1999. Last week, when American skier Lindsey Vonn was on the cover of Sports Illustrated posing in a ski racer's aerodynamic tuck position, she wore no helmet, which allowed her long blond hair to spill across the page.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:58:51 GMT";
arnews[4] += "
";
arnews[5]="Bruce Jenkins: Tennis cheats itself with absurdly long season
";
arnews[5] += "A longer offseason could have benefitted Robin Soderling, whose elbow injury contributed to a first-round loss Down Under.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:38:56 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("