var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gould boots Bears into conference title game
";
arnews[0] += "First quarter Lovie Smith is fond of saying the Bears get off the bus running, and he confirmed it by handing the ball to Thomas Jones on 10 of the first 14 plays from scrimmage.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:53:17 GMT";
arnews[0] += "
";
arnews[1]="Week 12 postgame, the teams: TCU continues dream season; Sooners sink further
";
arnews[1] += "Sporting News' Derek Samson covers the best and worst performances of Week 12 in college football.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:20:55 GMT";
arnews[1] += "
";
arnews[2]="Ira Winderman: Southeast Division heats up for Heat
";
arnews[2] += "Perhaps the optimism was a bit premature. Perhaps we should have expected the Wizards to come out hobbling, since it seems Gilbert Arenas , Caron Butler and Antawn Jamison do their darndest never to be seen at the same place at the same time.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:42:40 GMT";
arnews[2] += "
";
arnews[3]="Fanfare: Coach of 9-0 Saints wanted UK job
";
arnews[3] += "Sean Payton is architect of one of the most prolific - and entertaining - offenses in pro football history.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:25:28 GMT";
arnews[3] += "
";
arnews[4]="College football: Brown suffers disappointing loss at Columbia
";
arnews[4] += "A once-promising 2009 season ended in disappointment for the Brown football team Saturday as the Bears dropped a 28-14 decision to Columbia at Wein Stadium.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:20:01 GMT";
arnews[4] += "
";
arnews[5]="Second division: Brown exits Clyde as defeat leaves them rooted to bottom
";
arnews[5] += "To read this article in full you must have registered and have a Premium Content Subscription with the Scotland On Sunday site.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:05:33 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("