var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Arkansas beats Mississippi St.
";
arnews[0] += "With its top running back out for the season, Arkansas relied on Ryan Mallett's arm against Mississippi State.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:28:53 GMT";
arnews[0] += "
";
arnews[1]="Arkansas' Mallett shreds Bulldogs
";
arnews[1] += "Watching Arkansas coach Bobby Petrino along the sidelines during Saturday's game against Mississippi State, one would have a hard time believing his Razorbacks were on their way to a 42-21 victory at War Memorial Stadium.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:17:41 GMT";
arnews[1] += "
";
arnews[2]="Vandy falls in Adams' finale
";
arnews[2] += "Jonathan Crompton threw for two touchdowns as Tennessee beat in-state rival Vanderbilt 31-16 Saturday night in the final game for Vanderbilt starting quarterback Mackenzi Adams, a Union High School graduate.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:39:56 GMT";
arnews[2] += "
";
arnews[3]="Football playoffs: First-round stars
";
arnews[3] += "* Max Magleby completed 10 of 11 passes for 168 yards and four TDs, and Bryce Pratt rushed for 177 yards and a TD on 22 carries in Del Oro's 42-13 win over Christian Brothers.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:19:29 GMT";
arnews[3] += "
";
arnews[4]="Holiday Hits: Movies with planned releases around upcoming holidays...
";
arnews[4] += "With the Thanksgiving and Christmas holidays directly in their sites, moviegoers cannot help but feel an additional burst of adrenaline, if only because a high percentage of movies being readied for release are expected to be highly entertaining, if not ranking with the year's very best.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:38:53 GMT";
arnews[4] += "
";
arnews[5]="Jim Souhan: Childress and Wilfs have made this work
";
arnews[5] += "Most modern political and sports debates quickly devolve into simplistic I'll-take-this-side-you-take-that-side brawls.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:28:39 GMT";
arnews[5] += "
";
arnews[6]="Vandy Can't Get Win against Vols
";
arnews[6] += "Jonathan Crompton threw for two touchdowns as Tennessee beat in-state rival Vanderbilt 31-16 on Saturday night.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 07:21:19 GMT";
arnews[6] += "
";
totcount = 7;
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("