var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="week of November 18, 2009
";
arnews[0] += "Daren LaCour was one of three artists who played guitar and sang at Friday night's concert.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:08:26 GMT";
arnews[0] += "
";
arnews[1]="A 'Noir November'
";
arnews[1] += "Veronica Lake's death, allegedly in Vermont, is a mystery worthy of her femme fatale roles in the tough-minded movies that were so popular during and after World War II.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:23:55 GMT";
arnews[1] += "
";
arnews[2]="'The Horse Boy' a moving quest for family healing
";
arnews[2] += "Home : Entertainment : 'The Horse Boy' a moving quest for family healing 'The Horse Boy' a moving quest for family healing Constance Droganes, entertainment writer, CTV.ca Date: Monday Nov.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 22:26:55 GMT";
arnews[2] += "
";
arnews[3]="Prom Night
";
arnews[3] += "Home : Showbiz Spotlight : Prejudice is real in 'Prom Night in Mississippi' Prejudice is real in 'Prom Night in Mississippi' More on this topic Constance Droganes, CTV.ca entertainment reporter Date: Sunday Nov.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Constance Marie Frye
";
arnews[4] += "COAL CITY, Ill. – Mrs. Constance Marie \"Connie\" Frye, 87, of Coal City, Ill., passed away Thursday, Nov.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Knox County deeds transfers
";
arnews[5] += "The following deed transfers were recorded from Oct. 30 to Nov. 5 at the Knox County Registry of Deeds: Appleton Sunny R. Bolduc to Sunny R. Bolduc and Christopher J. Bolduc.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 16:13:22 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("