var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Harkleroad Hitched, Planning Comeback
";
arnews[0] += "Ashley Harkleroad, the former upstart American tennis pro who gained notoriety for posing for Playboy magazine in 2008, will be making a come back to the WTA Tour in 2010.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 17:56:31 GMT";
arnews[0] += "
";
arnews[1]="Wyandotte teen clipped by train, fractures skull
";
arnews[1] += "Wyandotte Roosevelt High School senior Yvonne Gleich said she couldn't believe what she was hearing when she heard educators announce sophomore Jacob Ashley had been hit by a train as he walked to school this morning.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 20:30:31 GMT";
arnews[1] += "
";
arnews[2]="Brooks brings different philosophy to Berea College womena s basketball program
";
arnews[2] += "The Lady Mountaineers enjoyed a tremendous amount of success during the past five seasons, relying on a unique style implement by coach Bunky Harkleroad.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 09:04:12 GMT";
arnews[2] += "
";
arnews[3]="Harkleroad proud of Playboy shoot
";
arnews[3] += "She might have been defeated by Serena Williams at the French Open on Sunday, but Ashley Harkleroad claimed a more glamorous coup over her American rival - by appearing on the pages of Playboy magazine.";
arnews[3] += "
Publ.Date : Wed, 28 May 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Tennis promoter faces felony worthless check charge
";
arnews[4] += "Asheville Citizen-Times sports reporter extraordinare Keith Jarrett has a hot follow on the debacle of a tennis event that was held earlier this year.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 00:47:22 GMT";
arnews[4] += "
";
arnews[5]="Asheville tennis promoter charged
";
arnews[5] += "An Asheville promoter was charged Monday with a felony issuance of a worthless check to a pro tennis player.";
arnews[5] += "
Publ.Date : Tue, 13 Oct 2009 07:00: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("