var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jason Garrett: the next Sean Payton?
";
arnews[0] += "Watching Saints coach Sean Payton drag and diagram and coconut New Orleans to a Super Bowl XLIV victory Sunday reminded me a lot of Betty White being pummeled in a friendly game of tackle football during commercial interruptions.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:16:40 GMT";
arnews[0] += "
";
arnews[1]="Jason Garrett: the next Sean Payton?
";
arnews[1] += "JENNIFER FLOYD ENGEL Watching Saints coach Sean Payton drag and diagram and coconut New Orleans to a Super Bowl XLIV victory Sunday reminded me a lot of Betty White being pummeled in a friendly game of tackle football during commercial interruptions.Genius ad, BTW.I am pretty sure Betty has an ability to turn just about anything into funny right ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="Cook scores 21, Lady Bruins win 19th game in row
";
arnews[2] += "The Northwest Whitfield girls basketball express just keeps chugging along. The Lady Bruins, with Jordi Cook pouring in 21 points, including three 3-pointers, defeated Osborne 58-49 on Friday night in Marietta for their 19th consecutive win and 11th without a loss in Region 7-4A. Northwest held a 17-8 first-quarter lead, but the Lady Cardinals ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 07:58:46 GMT";
arnews[2] += "
";
arnews[3]="Stover, Vinatieri give Colts wealth of experience at kicker
";
arnews[3] += "\"We've been blessed to have both,\" Caldwell said. \"I saw a couple of weeks ago both were on the all-decade team.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:54:44 GMT";
arnews[3] += "
";
arnews[4]="Prep Roundup: Gate City Survives Thriller with VHS
";
arnews[4] += "Gate City survived a serious scare from Virginia High and moved closer to the Clinch Mountain District title with a 54-50 boys basketball win over the Bearcats on Thursday night at the Bearcat Den.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:20:14 GMT";
arnews[4] += "
";
arnews[5]="Prep roundup: Dale County gets past Headland
";
arnews[5] += "Brianna Garrett had 13 points and Caitlin Watson and Khadaji Grubbs 11 each to lead Dale County to a 48-45 win over Headland in Class 3A, Area 3 Tournament action.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Colts have two great kickers to choose from
";
arnews[6] += "Colts coach Jim Caldwell knows that choosing between Adam Vinatieri or Matt Stover to kick a potential game-winning field goal in Super Bowl XLIV Sunday is like picking between a classic Lexus or Mercedes-Benz. Both may have plenty of tread on the tires, but they're clutch when it counts.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 00:31:01 GMT";
arnews[6] += "
";
arnews[7]="Kickers will face Super pressure on Sunday
";
arnews[7] += "Miami -- Matt Stover tries to explain what it feels like -- the pressure of attempting a winning kick -- but the Colts veteran is old enough to know better.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("