var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LVC plans 55th 'Christmas at the Valley'
";
arnews[0] += "The 55th anniversary performance of \"Christmas at the Valley: A Festival of Nine Lessons and Carols\" is scheduled for Sunday, Dec.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:29:23 GMT";
arnews[0] += "
";
arnews[1]="(Video) Fred Thompson: “The war in Afghanistan has been lost”
";
arnews[1] += "When you have a \"CINC\" who prefers to do battle against the American people rather than with our enemies, this is usually the result.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:56:34 GMT";
arnews[1] += "
";
arnews[2]="College report: Canisius extends long shutout streak
";
arnews[2] += "Strong special teams and a school-record third consecutive shutout helped the Canisius hockey team extend its unbeaten streak to six games, recording a 4-0 win over host American International on Saturday in West Springfield, Mass.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:47:29 GMT";
arnews[2] += "
";
arnews[3]="Defense Attorney: Hasan Is Paralyzed From the Chest Down
";
arnews[3] += "Major Nidal Hasan, charged with killing 13 in the Fort Hood shooting spree, is paralyzed from the chest down and is not a flight risk, said his defense attorney after a hearing before a military magistrate in Hasan's hospital room Saturday.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:22:07 GMT";
arnews[3] += "
";
arnews[4]="Ottawa Hills resident sues over council speech
";
arnews[4] += "An Ottawa Hills resident who long has been in conflict with the village's administration has filed a lawsuit in U.S. District Court in Toledo, claiming the village violated her constitutional rights when council allegedly prohibited her from speaking at a public meeting.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:09:10 GMT";
arnews[4] += "
";
arnews[5]="Martha Stewart Calls Sarah Palin A "Dangerous Person"
";
arnews[5] += "Martha Stewart: \"She's so confused. Anyone in like that in government is a real problem.\" Read more at youtube.com ... TOPICS: News/Current Events KEYWORDS: fearfuldems ; marthastewart ; moonbats ; palin 11/21/2009 6:49:31 PM PST by Free ThinkerNY To: Free ThinkerNY Hey Martha, have you ever been convicted of a felony.. Now let's compare that to ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:49:31 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("