var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Streaking Hawks shoot for 8th straight win vs. Hornets
";
arnews[0] += "The red-hot Atlanta Hawks take the NBA's best record into the Big Easy Saturday for a matchup with the New Orleans Hornets.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:56:16 GMT";
arnews[0] += "
";
arnews[1]="Mark DeRosa wsa drafted by the Braves in 1996. He played seven seasons in Atlanta.
";
arnews[1] += "Besides potential replacements at first base and closer, the Braves want to improve their offense this offseason, preferably with a power hitter.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:54:54 GMT";
arnews[1] += "
";
arnews[2]="Winder police searching for holiday scammer
";
arnews[2] += "Winder police have released arrest warrants for a woman soliciting donations from local merchants in a fraudulent manner, said police.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:51:19 GMT";
arnews[2] += "
";
arnews[3]="Kings, Rockets clash in Houston
";
arnews[3] += "Two teams coming off razor-thin losses on Friday get right back on the horse tonight as the Sacramento Kings visit the Houston Rockets.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:50:38 GMT";
arnews[3] += "
";
arnews[4]="Tougher than they appear
";
arnews[4] += "That hasA to be how several teams are viewing the Hawks by now. This team has always looked very athletic on paper.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:48:49 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("