var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Falcons player gets on the good side of PETA
";
arnews[0] += "Here's a change in Atlanta: A Falcons player showing some love for animals. Providing quite a contrast to Michael Vick's gruesome dogfighting operation, tight end Tony Gonzalez and his wife, October, posed in the nude for an anti-fur advertisement from People for the Ethical Treatment of Animals.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 05:53:15 GMT";
arnews[0] += "
";
arnews[1]="Jacksonvillea s Womack stars in a Noble Thingsa
";
arnews[1] += "By Lauren LaFleur TYLER - \"Noble Things,\" featuring Jacksonville's own Lee Ann Womack, makes its East Texas debut at 7:30 p.m. Friday at Tyler's Hollywood Theaters - Tyler Rose.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 05:54:31 GMT";
arnews[1] += "
";
arnews[2]="Galaxy defender Gonzalez wins MLS Rookie of the Year
";
arnews[2] += "Major League Soccer announced on Thursday that Los Angeles Galaxy defender Omar Gonzalez has been named the rookie of the year.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 02:21:53 GMT";
arnews[2] += "
";
arnews[3]="From Vick to Gonzalez: This time, a Falcons player shows some love for animals
";
arnews[3] += "In this photo released Wednesday, Nov. 11, 2009, by The People for the Ethical Treatment of Animals, shows Atlanta Falcons' Tony Gonzalez and his wife October posing nude for an animal rights ad campaign.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 01:37:46 GMT";
arnews[3] += "
";
arnews[4]="A Falcons player gets on the good side of PETA
";
arnews[4] += "Here's a change in Atlanta: A Falcons player showing some love for animals. Providing quite a contrast to Michael Vick's gruesome dogfighting operation, tight end Tony Gonzalez and his wife, October, posed in the nude for an anti-fur advertisement from People for the Ethical Treatment of Animals.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 17:46:03 GMT";
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("