var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thierry Henry
";
arnews[0] += "For a nation not particularly known for its moral qualms - it once hailed a head-butting footballer as a hero - the French feel surprisingly chastened about their questionable qualification for next year's World Cup.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:20:37 GMT";
arnews[0] += "
";
arnews[1]="It's Finally Time to Buy These Stocks
";
arnews[1] += "Stay away from small-cap bank stocks. It was nearly two years ago now that Tim first dished out that advice.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:57:28 GMT";
arnews[1] += "
";
arnews[2]="Navy reservist from area dies in Kuwait
";
arnews[2] += "Military police officer Brian M. Patton of Nanticoke killed in crash; probe under way.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:42:44 GMT";
arnews[2] += "
";
arnews[3]="College Basketball: UF hits the road
";
arnews[3] += "By BRIAN LESTER STAFF WRITER They have played against Duke in the hostile environment of Cameron Indoor Stadium and have traveled across the United States for a game against Mountain West Conference power Utah at the Huntsman Center.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:22:21 GMT";
arnews[3] += "
";
arnews[4]="Friday's MAC College Football Roundup
";
arnews[4] += "Tyler Sheehan had a record-setting day, throwing for 338 yards and two touchdowns, to lead Bowling Green to a 36-20 victory over Akron on Friday night.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:59:34 GMT";
arnews[4] += "
";
arnews[5]="College basketball: Alabama 84, PC 75
";
arnews[5] += "With 90 seconds to the finish line, the Providence Friars had a vital upset win in their sights.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:55:38 GMT";
arnews[5] += "
";
arnews[6]="Read Comments
";
arnews[6] += "A Clarksville woman involved in a car wreck on Thursday night was arrested and charged with DUI and other charges.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 12:48:58 GMT";
arnews[6] += "
";
arnews[7]="Habs withstand Caps comeback
";
arnews[7] += "Washington Capitals' Brian Pothier moves the puck as Montreal Canadiens' Jaroslav Spacek and Max Pacioretty defend during the first period last night in Washington.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 12:41:10 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("