var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Documentary "The People Speak" based on Howard Zinn's book, with Qorianka Kilcher
";
arnews[0] += "Last week I was attended a preview screening of \" The People Speak, \" an upcoming documentary on the History Channel, as guests of actress/activist Q'orianka Kilcher and her mother Saskia.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:30:47 GMT";
arnews[0] += "
";
arnews[1]="Vic Chesnutt waxes poetic
";
arnews[1] += "Singer-songwriter Vic Chesnutt's zigzagging musical career is a difficult one to sum up.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:17:10 GMT";
arnews[1] += "
";
arnews[2]="Why Me - Kris Kristofferson
";
arnews[2] += "After a lengthy period of struggle, Kris Kristofferson achieved remarkable success as a country songwriter at the start of the 1970s.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:41:38 GMT";
arnews[2] += "
";
arnews[3]="William Bradley: Mad Men: Three Seasons On and Looking Forward
";
arnews[3] += "Mad Men 's brilliant third season finale earlier this month is still echoing in the mind.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:39:46 GMT";
arnews[3] += "
";
arnews[4]="Area places 33 on Inland District first team
";
arnews[4] += "Orrville, Triway, Hillsdale, Waynedale and Dalton represented the area in the OHSAA football playoffs and led the way when the Associated Press All-Northeast Inland District was released Friday.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:25:58 GMT";
arnews[4] += "
";
arnews[5]="Song of the Mountains Wraps Up 2009 TV Tapings December 19
";
arnews[5] += "Announcement : Song of the Mountains Wraps Up 2009 TV Tapings December 19 BMNN wrote: on Nov.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:49:40 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("